Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Jun 3, 2023
2 parents a560f22 + 4c51e2a commit d9b7f78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [1.12.2](https://github.com/vitalyiegorov/suuudokuuu/compare/v1.12.1...v1.12.2) (2023-06-02)


### Bug Fixes

* fixed automatic GH release creation ([1861828](https://github.com/vitalyiegorov/suuudokuuu/commit/1861828186b73173372d75a8116397c9003c01e7))
* fixed pushing tags after the release ([79f5b58](https://github.com/vitalyiegorov/suuudokuuu/commit/79f5b58f1193a92909c0848d155a62dbdb8669d3))

## [1.12.1](https://github.com/vitalyiegorov/suuudokuuu/compare/v1.12.0...v1.12.1) (2023-06-02)


Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "suuudokuuu",
"slug": "suuudokuuu",
"scheme": "myapp",
"version": "1.12.1",
"version": "1.12.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -19,15 +19,15 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.vitalyiegorov.suuudokuuu",
"buildNumber": "3"
"buildNumber": "4"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.vitalyiegorov.suuudokuuu",
"versionCode": 3
"versionCode": 4
},
"web": {
"favicon": "./assets/favicon.png",
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": "suuudokuuu",
"version": "1.12.1",
"version": "1.12.2",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit d9b7f78

Please sign in to comment.