Skip to content

Commit

Permalink
Increment version to 0.1.0(10)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Turskyi <[email protected]>
  • Loading branch information
Turskyi committed Feb 19, 2024
1 parent b2aa77c commit 77d7181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.turskyi.ethical_scanner"
android:versionCode="9"
android:versionName="0.0.9">
android:versionCode="10"
android:versionName="0.1.0">

<queries>
<intent>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.0.9+9
version: 0.1.0+10

environment:
sdk: '>=3.2.3 <4.0.0'
Expand Down

0 comments on commit 77d7181

Please sign in to comment.