Skip to content

Commit

Permalink
Bump to v0.4.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Mar 18, 2023
1 parent 7fdbebb commit 44000f2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
24 changes: 14 additions & 10 deletions frontend/src/components/PaymentMethods/Icons/index.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.4.1-alpha"
versionName "0.4.2-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 4,
"patch": 1
"patch": 2
}

0 comments on commit 44000f2

Please sign in to comment.