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:
max-parallel: 4
matrix:
python-version: ["3.10.2"]
python-version: ["3.10.9"]
steps:
- name: 'Checkout'

View File

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

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "robosats",
"version": "0.2.3",
"version": "0.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "robosats",
"version": "0.2.3",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"private": true,
"scripts": {
"android": "react-native run-android",

View File

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