Prepare for v0.3.4 release

This commit is contained in:
Reckless_Satoshi 2023-02-12 06:51:00 -08:00
parent 5c16da289b
commit 88bb58bcb6
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,12 +1,12 @@
{
"name": "frontend",
"version": "0.3.3",
"version": "0.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "0.3.3",
"version": "0.3.4",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.3.3",
"version": "0.3.4",
"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.3-alpha"
versionName "0.3.4-alpha"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {

View File

@ -1,12 +1,12 @@
{
"name": "robosats",
"version": "0.3.3",
"version": "0.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "robosats",
"version": "0.3.3",
"version": "0.3.4",
"dependencies": {
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/netinfo": "^9.3.4",

View File

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

View File

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