diff --git a/fastlane/metadata/android/en-US/changelogs/40.txt b/fastlane/metadata/android/en-US/changelogs/40.txt new file mode 100644 index 00000000..27d0d15b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.txt @@ -0,0 +1,6 @@ +• Added long-press option to show parent story or comment +• Added tags next to usernames for noteworthy YC employees +• Added monochrome icon as part of adaptive icon +• Added licenses page in settings +• Improved reliability of story comment tree loading +• Fixed scroll-to-top button behavior to only show on scrolling up \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7a5ac5e2..ead9cead 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: glider description: An opinionated Hacker News client. publish_to: "none" -version: 1.18.0+39 +version: 1.18.1+40 environment: sdk: ">=2.17.0 <3.0.0"