Skip to content

Commit

Permalink
Bumped up app version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed May 6, 2024
1 parent ee2c331 commit 05e5537
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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-pos",
"version": "0.3.0",
"version": "0.3.1",
"description": "Point-of-Sale system with inventory for Bitcoin Cash-accepting merchants",
"productName": "Paytaca POS",
"author": "joemar@paytaca.com",
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 @@ -7,8 +7,8 @@ android {
applicationId "com.paytaca.pos"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "v0.3.0"
versionCode 12
versionName "v0.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/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 src-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paytaca-pos",
"version": "0.3.0",
"version": "0.3.1",
"description": "Point-of-Sale system with inventory for Bitcoin Cash-accepting merchants",
"author": "joemar@paytaca.com",
"private": true,
Expand Down

0 comments on commit 05e5537

Please sign in to comment.