Skip to content

Commit

Permalink
feat: bump build number for production release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jan 17, 2022
1 parent f0271c1 commit 95359a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="3000000"
android:versionCode="3000010"
android:versionName="3.0.0"
android:installLocation="internalOnly"
package="io.cozy.pass">
Expand Down
2 changes: 1 addition & 1 deletion src/iOS.Autofill/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
</dict>
</dict>
<key>CFBundleVersion</key>
<string>3000000</string>
<string>3000010</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/iOS.Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@
<string>com.apple.ui-services</string>
</dict>
<key>CFBundleVersion</key>
<string>3000000</string>
<string>3000010</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
</dict>
</dict>
<key>CFBundleVersion</key>
<string>3000000</string>
<string>3000010</string>
</dict>
</plist>

0 comments on commit 95359a9

Please sign in to comment.