Skip to content

Commit

Permalink
Release version 1.1.0 of the mobile Android application
Browse files Browse the repository at this point in the history
  • Loading branch information
bplaat committed Dec 14, 2021
1 parent e81e872 commit 72bef61
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The easiest way to download the Android app is via the [Google Play Store](https
If you don't want to use the Google Play store, you can always download the latest `apk` file from the [release tab](https://github.com/bplaat/strepen/releases).

<a href="https://play.google.com/store/apps/details?id=nl.plaatsoft.strepen"><img alt="Get it on Google Play" src="server/public/images/google-play-download.png" width="200"></a>
<a href="https://github.com/bplaat/strepen/releases/tag/client-v1.0.0"><img alt="Get it on Google Play" src="server/public/images/direct-apk-download.png" width="200"></a>
<a href="https://github.com/bplaat/strepen/releases/tag/client-v1.1.0"><img alt="Get it on Google Play" src="server/public/images/direct-apk-download.png" width="200"></a>

## Documentation
- [Installation documentation](docs/installation.md)
Expand Down
2 changes: 1 addition & 1 deletion client/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.0-dev+2
version: 1.1.0+2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
1 change: 0 additions & 1 deletion docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Todo List

## High priority
- Waiting for GIPHY api aproval the publish Android app v1.1
- Bug fixes / All the whishs from the Stam Bestuur

## Low priority
Expand Down
2 changes: 1 addition & 1 deletion server/resources/views/apps.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<img alt="Get it on Google Play" src="/images/google-play-download.png" style="width: 250px;">
</a>

<a href="https://github.com/bplaat/strepen/releases/tag/client-v1.0.0" target="_blank">
<a href="https://github.com/bplaat/strepen/releases/tag/client-v1.1.0" target="_blank">
<img alt="Get it on Google Play" src="/images/direct-apk-download.png" style="width: 250px;">
</a>
</p>
Expand Down

0 comments on commit 72bef61

Please # to comment.