Prepare version v0.3.1-alpha

This commit is contained in:
Reckless_Satoshi 2022-11-24 10:59:58 -08:00
parent 3320291d03
commit 192dcedbc4
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -149,7 +149,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.3.0-alpha"
versionName "0.3.1-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {

View File

@ -1,6 +1,6 @@
{
"name": "robosats",
"version": "0.2.3",
"version": "0.3.1",
"private": true,
"scripts": {
"android": "react-native run-android",

View File

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