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.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.5](v2.2.4...v2.2.5) (2023-03-15)

### 🧹 Chore

* upgrade tamagui ([967e9fe](967e9fe))
semantic-release-bot committed Mar 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 967e9fe commit 0f89c71
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
@@ -2,7 +2,7 @@
"expo": {
"name": "TET",
"slug": "TET",
"version": "2.2.4",
"version": "2.2.5",
"assetBundlePatterns": [
"**/*"
],
@@ -18,7 +18,7 @@
"fallbackToCacheTimeout": 0
},
"android": {
"versionCode": 41
"versionCode": 42
},
"androidNavigationBar": {
"backgroundColor": "#ddffe2",
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.4",
"version": "2.2.5",
"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",

0 comments on commit 0f89c71

Please sign in to comment.