diff --git a/android/local.properties b/android/local.properties index 9ec07662..3d54354a 100644 --- a/android/local.properties +++ b/android/local.properties @@ -1,5 +1,5 @@ sdk.dir=/home/hrx/Android/Sdk flutter.sdk=/home/hrx/flutter -flutter.buildMode=debug -flutter.versionName=1.5.0 -flutter.versionCode=12 \ No newline at end of file +flutter.buildMode=release +flutter.versionName=1.5.1 +flutter.versionCode=13 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e9f56e68..6e1c865f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: potato_notes description: Official POSP note app -version: 1.5.0+12 +version: 1.5.1+13 environment: sdk: '>=2.0.0 <3.0.0'