Skip to content

Commit

Permalink
bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwageringel committed Aug 15, 2022
1 parent dcf89ac commit f26212a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## [Unreleased]

## [1.1.3] - 2022-08-15
### Added
- German translation and support for translations to other languages (implemented by @vrifox)

### Changed
- small revision of the first few levels
- small changes to navigation to give more priority to the subpages, especially in the first levels

### Fixed
- an issue in which level 1 did not unlock
(Workaround for version 1.1.2: Solve the very first question again or change the theme.)
Expand All @@ -30,7 +36,8 @@
### Changed
- appearance and color scheme

[Unreleased]: https://github.com/mwageringel/everest/compare/1.1.2...HEAD
[Unreleased]: https://github.com/mwageringel/everest/compare/1.1.3...HEAD
[1.1.3]: https://github.com/mwageringel/everest/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/mwageringel/everest/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/mwageringel/everest/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/mwageringel/everest/releases/tag/1.1.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASEHREF=/demo/
all: app web
app: assets-android
$(FLUTTER) config --no-analytics
$(FLUTTER) build apk
$(FLUTTER) build apk --release
web: assets-web
$(FLUTTER) build web --base-href=$(BASEHREF) --release
rm -rf website/demo/
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- a few additional questions in the first levels
- German translation
- small fixes related to font sizes and navigation
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.2+11
version: 1.1.3+12

environment:
sdk: ">=2.16.2 <3.0.0"
Expand Down

0 comments on commit f26212a

Please sign in to comment.