Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jun 14, 2019
1 parent 325c880 commit 07d57eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
android:versionName="2.0.3"
android:versionName="2.0.4"
package="com.x8bit.bitwarden">

<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
Expand Down
2 changes: 1 addition & 1 deletion src/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleVersion</key>
<string>50</string>
<key>CFBundleIconName</key>
Expand Down

0 comments on commit 07d57eb

Please sign in to comment.