Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Aug 30, 2024
1 parent d02e226 commit 4e05f81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"slug": "setlist-sherlock",
"owner": "dylmye",
"scheme": "setlist-sherlock",
"version": "1.3.2",
"version": "1.3.3",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"backgroundColor": "#000000",
Expand Down
7 changes: 5 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"development": {
"developmentClient": true,
"distribution": "internal",
"node": "18.18.0"
"node": "18.18.0",
"env": {
"EXPO_PUBLIC_SETLISTFM_API_KEY": "oO4GcKGJyxA6YLYCCnQCfVcjeggEWCWUnWvZ"
}
},
"preview": {
"distribution": "internal",
Expand All @@ -21,7 +24,7 @@
"node": "18.18.0",
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_SETLISTFM_API_KEY": ""
"EXPO_PUBLIC_SETLISTFM_API_KEY": "oO4GcKGJyxA6YLYCCnQCfVcjeggEWCWUnWvZ"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setlist-sherlock",
"version": "1.3.2",
"version": "1.3.3",
"license": "ISC",
"private": true,
"repository": "https://github.com/dylmye/setlist-sherlock",
Expand Down

0 comments on commit 4e05f81

Please sign in to comment.