Browse Source

new version 1.0.2

Gustavo Zanatta 1 month ago
parent
commit
9f6cf4fec4

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "serprati-digital",
-  "version": "0.0.1",
+  "version": "1.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "serprati-digital",
-      "version": "0.0.1",
+      "version": "1.0.2",
       "dependencies": {
         "@bufbuild/protobuf": "^2.5.1",
         "@capacitor/app": "^8.1.0",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "serprati-digital",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "App Associado SerPrati",
   "productName": "SerPrati-Digital-App",
   "author": "Gustavo Zanatta <zanattagg@gmail.com>",

+ 2 - 2
src-capacitor/android/app/build.gradle

@@ -11,8 +11,8 @@ android {
         applicationId "br.com.serprati.associado"
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 2
-        versionName "1.0.1"
+        versionCode 3
+        versionName "1.0.2"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {
              // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

+ 2 - 2
src-capacitor/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "serprati-digital",
-  "version": "0.0.1",
+  "version": "1.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "serprati-digital",
-      "version": "0.0.1",
+      "version": "1.0.2",
       "dependencies": {
         "@capacitor/android": "^8.3.4",
         "@capacitor/app": "^8.1.0",

+ 1 - 1
src-capacitor/package.json

@@ -1,6 +1,6 @@
 {
   "name": "serprati-digital",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "App Associado SerPrati",
   "author": "Gustavo Zanatta <zanattagg@gmail.com>",
   "private": true,