diff --git a/android/app/build.gradle b/android/app/build.gradle index 55a8913f3729e82b6fed596e250392253960ddcf..0e5b44e1774b1cdb0f4dae4fc5dab59ca588e350 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.garbanzonegro.cicer" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -43,4 +43,4 @@ try { } } catch(Exception e) { logger.warn("google-services.json not found, google-services plugin not applied. Push Notifications won't work") -} \ No newline at end of file +} diff --git a/package.json b/package.json index b712a28aaa7b47e1e8e1ed0abc78ae0a734e24dd..7d49842ef09255276f771a530d7692f9168d2806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cicer", - "version": "0.1.0", + "version": "1.1.0", "private": true, "dependencies": { "@capacitor-community/react-hooks": "^0.0.11",