Skip to content

Commit

Permalink
Bumped up app version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Jul 18, 2022
1 parent 4a3a3fd commit f642e64
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paytaca",
"version": "0.8.2",
"version": "0.8.3",
"description": "Secure and convenient Bitcoin Cash wallet app",
"productName": "Paytaca",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src-bex/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Paytaca",
"description": "Secure and convenient Bitcoin Cash wallet app",
"version": "0.8.2",
"version": "0.8.3",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16x16.png",
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.paytaca.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 38
versionName "v0.8.2"
versionCode 39
versionName "v0.8.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion src-capacitor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f642e64

Please sign in to comment.