v0.7.1-alpha bump

This commit is contained in:
koalasat 2024-10-18 17:23:38 +02:00
parent ae0a621ced
commit d19cad9f23
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
5 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "robosats",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "robosats",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/netinfo": "^11.3.0",

View File

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

View File

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