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
Xeonjia
Commits
f74f257a
Commit
f74f257a
authored
Jan 17, 2021
by
DeepDaikon
Browse files
version: 2.0.1 (7)
parent
0d02a011
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG
CHANGELOG
+6
-0
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
+1
-1
No files found.
CHANGELOG
View file @
f74f257a
### 2.0.1 (2021-01-17)
* Game difficulty adjustments
* Add French, Spanish and Italian translations
* Bug fixes
### 2.0.0 (2020-11-24)
* New story mode
...
...
android/app/src/main/AndroidManifest.xml
View file @
f74f257a
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:installLocation=
"auto"
android:versionCode=
"
6
"
android:versionName=
"2.0.
0
"
android:versionCode=
"
7
"
android:versionName=
"2.0.
1
"
package=
"xyz.deepdaikon.xeonjia"
>
<application
...
...
lib/ui/screens/info/info_page.dart
View file @
f74f257a
...
...
@@ -18,7 +18,7 @@ class _InfoPageState extends State<InfoPage> {
'icon'
:
const
Icon
(
Icons
.
change_history
),
},
{
'title'
:
'Version: %s'
.
i18n
.
fill
([
'2.0.
0
'
]),
'title'
:
'Version: %s'
.
i18n
.
fill
([
'2.0.
1
'
]),
'subtitle'
:
'App version'
.
i18n
,
'url'
:
''
,
'icon'
:
const
Icon
(
Icons
.
looks_two
),
...
...
pubspec.yaml
View file @
f74f257a
name
:
xeonjia
description
:
Solve ice puzzles and defeat enemies in an RPG world.
version
:
2.0.
0+6
version
:
2.0.
1+7
environment
:
sdk
:
"
>=2.10.0
<3.0.0"
...
...
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