Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.4](v2.2.3...v2.2.4) (2023-03-09)

### 🧹 Chore

* upgrade tamagui ([2d66778](2d66778))
  • Loading branch information
semantic-release-bot committed Mar 9, 2023
1 parent 2d66778 commit 02a9f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "TET",
"slug": "TET",
"version": "2.2.3",
"version": "2.2.4",
"assetBundlePatterns": [
"**/*"
],
Expand All @@ -18,7 +18,7 @@
"fallbackToCacheTimeout": 0
},
"android": {
"versionCode": 40
"versionCode": 41
},
"androidNavigationBar": {
"backgroundColor": "#ddffe2",
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": "tamagui-expo-template",
"version": "2.2.3",
"version": "2.2.4",
"packageManager": "[email protected]",
"scripts": {
"start:wsl:wifi": "REACT_NATIVE_PACKAGER_HOSTNAME=$(netsh.exe interface ip show address \"Wi-Fi\" | grep 'IP Address' | sed -r 's/.*IP Address:\\W*//') TAMAGUI_TARGET=native expo start",
Expand Down

0 comments on commit 02a9f30

Please sign in to comment.