diff --git a/android/app/build.gradle b/android/app/build.gradle index ebf46d732..971443d03 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "im.adamant.adamantmessengerpwa" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 473 - versionName "4.7.3" + versionCode 481 + versionName "4.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package-lock.json b/package-lock.json index f94d6f9c5..4fe9e062a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adamant-im", - "version": "4.8.0", + "version": "4.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adamant-im", - "version": "4.8.0", + "version": "4.8.1", "hasInstallScript": true, "license": "GPLv3", "dependencies": { diff --git a/package.json b/package.json index 45b77d7bf..ef4687209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adamant-im", - "version": "4.8.0", + "version": "4.8.1", "author": "ADAMANT Foundation ", "license": "GPLv3", "description": "Decentralized Messenger",