Prepare for v0.3.3 release

This commit is contained in:
Reckless_Satoshi 2022-12-08 07:06:49 -08:00
parent f7a0554fb1
commit 6b1216a227
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
7 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: ["3.10.2"] python-version: ["3.10.9"]
steps: steps:
- name: 'Checkout' - name: 'Checkout'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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