Bump to v0.5.0

This commit is contained in:
Reckless_Satoshi 2023-05-08 18:10:13 -07:00
parent fa7b4676a9
commit 7edfed9c64
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.4.3",
"version": "0.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "robosats",
"version": "0.4.3",
"version": "0.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "robosats",
"version": "0.4.3",
"version": "0.5.0",
"dependencies": {
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/netinfo": "^9.3.9",

View File

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

View File

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