Skip to content

Commit

Permalink
prepare v2.0.2-beta release
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Nov 13, 2022
1 parent 4790f70 commit 6bee3e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.trisven.safenotes"
android:versionCode="6"
android:versionName="2.0.1" >
android:versionCode="7"
android:versionName="2.0.2" >
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
4 changes: 2 additions & 2 deletions lib/data/preference_and_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ class ImportPassPhraseHandler {
}

class SafeNotesConfig {
static String appVersion = '2.0.1';
static int appVersionCode = 6;
static String appVersion = '2.0.2';
static int appVersionCode = 7;
static String appName = 'Safe Notes';
static String appSlogan = 'Encrypted note manager!';
static String appLogoPath = 'assets/splash_500.png';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.1+6
version: 2.0.2+7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 6bee3e5

Please sign in to comment.