Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
DeepDaikon
Zoysii
Commits
23922fb6
Commit
23922fb6
authored
Jan 30, 2021
by
DeepDaikon
Browse files
Bump version 2.2.0 (10)
parent
806967c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
CHANGELOG
CHANGELOG
+7
-1
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+2
-2
lib/ui/screens/info/info_page.dart
lib/ui/screens/info/info_page.dart
+1
-1
pubspec.yaml
pubspec.yaml
+2
-2
No files found.
CHANGELOG
View file @
23922fb6
### 2.2.0 (2021-01-30)
* 7 new levels
* Add Italian translation
* Bug fixes
### 2.1.0 (2020-07-01)
* 7 new levels
...
...
@@ -54,4 +60,4 @@
### 1.0.0 (2019-07-21)
* Initial release
\ No newline at end of file
* Initial release
android/app/src/main/AndroidManifest.xml
View file @
23922fb6
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:installLocation=
"auto"
android:versionCode=
"
9
"
android:versionName=
"2.
1
.0"
android:versionCode=
"
10
"
android:versionName=
"2.
2
.0"
package=
"xyz.deepdaikon.zoysii"
>
<application
...
...
lib/ui/screens/info/info_page.dart
View file @
23922fb6
...
...
@@ -20,7 +20,7 @@ class _InfoPageState extends State<InfoPage> {
'icon'
:
const
Icon
(
Icons
.
change_history
),
},
{
'title'
:
'Version: %s'
.
i18n
.
fill
([
'2.
1
.0'
]),
'title'
:
'Version: %s'
.
i18n
.
fill
([
'2.
2
.0'
]),
'subtitle'
:
'App version'
.
i18n
,
'icon'
:
const
Icon
(
Icons
.
looks_two
),
},
...
...
pubspec.yaml
View file @
23922fb6
name
:
zoysii
description
:
A simple logic game. Find the best path to delete every number in a square space.
version
:
2.
1
.0+
9
version
:
2.
2
.0+
10
environment
:
sdk
:
"
>=2.10.0
<3.0.0"
...
...
@@ -40,4 +40,4 @@ flutter:
-
asset
:
fonts/NotoSansKhmer-Regular.ttf
-
family
:
NotoSansMyanmar
fonts
:
-
asset
:
fonts/NotoSansMyanmar-Regular.ttf
\ No newline at end of file
-
asset
:
fonts/NotoSansMyanmar-Regular.ttf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment