Bump to v0.4.2-alpha

This commit is contained in:
Reckless_Satoshi 2023-03-18 03:43:27 -07:00
parent 7fdbebb2aa
commit 44000f2535
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
5 changed files with 19 additions and 15 deletions

View File

@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "0.4.1",
"version": "0.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "0.4.1",
"version": "0.4.2",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "index.js",
"scripts": {

File diff suppressed because one or more lines are too long

View File

@ -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()) {

View File

@ -1,5 +1,5 @@
{
"major": 0,
"minor": 4,
"patch": 1
"patch": 2
}