Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
2b397c59
Commit
2b397c59
authored
Sep 23, 2019
by
DeepDaikon
Browse files
Bump version 1.2.0 (5)
parent
89bbb95f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
CHANGELOG
CHANGELOG
+10
-0
fastlane/metadata/android/en-US/changelogs/5.txt
fastlane/metadata/android/en-US/changelogs/5.txt
+7
-0
lib/src/resources/global_variables.dart
lib/src/resources/global_variables.dart
+1
-1
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG
View file @
2b397c59
### 1.2.0 (2019-09-23)
* Add numeral system option
* Add range of values option
* Add rule 3b option
* Update levels
* Improve readability on small screens
* Minor UI improvements
* Bug fixes
### 1.1.0 (2019-09-14)
* Add virtual gamepad input method
...
...
fastlane/metadata/android/en-US/changelogs/5.txt
0 → 100644
View file @
2b397c59
* Add numeral system option
* Add range of values option
* Add rule 3b option
* Update levels
* Improve readability on small screens
* Minor UI improvements
* Bug fixes
\ No newline at end of file
lib/src/resources/global_variables.dart
View file @
2b397c59
...
...
@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
import
'package:zoysii/src/screens/settings/resources/settings_class.dart'
;
// Zoysii app version
const
String
appVersion
=
'1.
1
.0'
;
const
String
appVersion
=
'1.
2
.0'
;
// Global font size dimension
const
double
kTextFontSize
=
20
;
...
...
pubspec.yaml
View file @
2b397c59
name
:
zoysii
description
:
A simple game. Delete numbers by swiping.
version
:
1.
1
.0+
4
version
:
1.
2
.0+
5
environment
:
sdk
:
"
>=2.3.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