Skip to content

Commit

Permalink
chore: released version v1.14.1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2023
1 parent b9e5e17 commit 7667169
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.14.1](https://github.com/vitalyiegorov/suuudokuuu/compare/v1.14.0...v1.14.1) (2023-06-04)


### Bug Fixes

* refactor calculation logic, re-renders, timer speed up ([a504a59](https://github.com/vitalyiegorov/suuudokuuu/commit/a504a59fc970df1ad6cfa4bd51fb7d0cc3e9195b))

## [1.14.0](https://github.com/vitalyiegorov/suuudokuuu/compare/v1.13.0...v1.14.0) (2023-06-03)


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.14.0",
"version": "1.14.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -19,7 +19,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.vitalyiegorov.suuudokuuu",
"buildNumber": "10",
"buildNumber": "11",
"config": {
"usesNonExemptEncryption": false
}
Expand All @@ -30,7 +30,7 @@
"backgroundColor": "#000"
},
"package": "com.vitalyiegorov.suuudokuuu",
"versionCode": 10
"versionCode": 11
},
"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.14.0",
"version": "1.14.1",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down

0 comments on commit 7667169

Please sign in to comment.