mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
chore(release): v1.0.0
This commit is contained in:
parent
47bf926fd8
commit
89aab00e6e
4
app.json
4
app.json
@ -2,7 +2,7 @@
|
||||
"expo": {
|
||||
"name": "Habits Tracker",
|
||||
"slug": "p61-project",
|
||||
"version": "1.0.0-staging.4",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./presentation/assets/images/icon.png",
|
||||
"scheme": "p61-project",
|
||||
@ -23,7 +23,7 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"package": "com.theoludwig.p61project",
|
||||
"versionCode": 3
|
||||
"versionCode": 4
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "p61-project",
|
||||
"version": "1.0.0-staging.4",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "p61-project",
|
||||
"version": "1.0.0-staging.4",
|
||||
"version": "1.0.0",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@expo/vector-icons": "14.0.2",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "p61-project",
|
||||
"private": true,
|
||||
"main": "expo-router/entry",
|
||||
"version": "1.0.0-staging.4",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
|
Loading…
Reference in New Issue
Block a user