Skip to content

Commit 67cc8c4

Browse files
committed
Update version to 2.17.4
1 parent 851080c commit 67cc8c4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102
minSdkVersion rootProject.ext.minSdkVersion
103103
targetSdkVersion rootProject.ext.targetSdkVersion
104104
versionCode 399
105-
versionName "2.17.3"
105+
versionName "2.17.4"
106106
// for creating ic_seek_adaptiveappicon.xml
107107
vectorDrawables.useSupportLibrary = true
108108
}

ios/Seek/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.17.3</string>
20+
<string>2.17.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seek",
3-
"version": "2.17.3",
3+
"version": "2.17.4",
44
"description": "Seek by iNaturalist repo",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)