Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed May 7, 2023
1 parent bff5e52 commit c093042
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 31 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Behebung von Login-Fehlern wenn die Firefly-Instanz über einen bestimmten Port oder Sub-Pfad erreichbar ist
- Verständlicheres Anzeige der Chart-Zeitrahmen
- Kleinere Fehlerbehebungen
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix login issues when Firefly is served on a separate port or subpath
- Clear timing for chart overview
- Smaller bug fixes
4 changes: 2 additions & 2 deletions fastlane/metadata/android/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=0.1.4-beta
versionCode=66
versionName=0.1.5-beta
versionCode=71
32 changes: 3 additions & 29 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: waterflyiii
description: WaterFly III, a mobile client for Firefly III
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: 'none'

version: 0.1.4-beta
version: 0.1.5-beta

environment:
sdk: '>=2.19.0 <3.0.0'
Expand Down Expand Up @@ -52,33 +52,7 @@ flutter:

assets:
- assets/images/logo.svg
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages

flutter_intl:
enabled: true

Expand Down

0 comments on commit c093042

Please sign in to comment.