Upgrade version to v0.2.2

This commit is contained in:
Reckless_Satoshi 2022-10-14 05:45:08 -07:00
parent 0f3fb7688c
commit 57f9b6447d
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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