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
b4e9e546
Commit
b4e9e546
authored
Feb 09, 2020
by
DeepDaikon
Browse files
Bump version 1.0.1 (2)
parent
5f895edc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG
CHANGELOG
+4
-0
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+2
-2
fastlane/metadata/android/en-US/changelogs/2.txt
fastlane/metadata/android/en-US/changelogs/2.txt
+1
-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 @
b4e9e546
### 1.0.1 (2020-02-09)
* Bug fixes
### 1.0.0 (2019-11-24)
* Initial release
\ No newline at end of file
android/app/src/main/AndroidManifest.xml
View file @
b4e9e546
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:versionCode=
"
1
"
android:versionName=
"1.0.
0
"
android:versionCode=
"
2
"
android:versionName=
"1.0.
1
"
package=
"xyz.deepdaikon.xeonjia"
>
<uses-sdk
android:minSdkVersion=
"16"
android:targetSdkVersion=
"29"
/>
...
...
fastlane/metadata/android/en-US/changelogs/2.txt
0 → 100644
View file @
b4e9e546
* Bug fixes
\ No newline at end of file
lib/src/resources/global_variables.dart
View file @
b4e9e546
...
...
@@ -4,7 +4,7 @@ import 'package:xeonjia/src/util/app_settings.dart';
import
'package:xeonjia/src/util/character_info.dart'
;
// App version
const
String
appVersion
=
'1.0.
0
'
;
const
String
appVersion
=
'1.0.
1
'
;
// App font size
const
double
kTextFontSize
=
20
;
...
...
pubspec.yaml
View file @
b4e9e546
name
:
xeonjia
description
:
Solve ice puzzles and defeat enemies in an RPG world.
version
:
1.0.
0+1
version
:
1.0.
1+2
environment
:
sdk
:
"
>=2.2.2
<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