Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
v20180918
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Sep 17, 2018
1 parent 803a5e4 commit f69809d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://secure.travis-ci.org/AndreMiras/EtherollApp.png?branch=develop)](http://travis-ci.org/AndreMiras/EtherollApp)

<a href="https://github.com/AndreMiras/EtherollApp/releases/download/v20180911/etheroll-2018.0911-debug.apk"><img src="https://www.scottishchildrenslottery.com/export/system/modules/com.assense.gaming.stv.template/resources/images/google-play-store.svg" width="200"></a>
<a href="https://github.com/AndreMiras/EtherollApp/releases/download/v20180918/etheroll-2018.0918-debug.apk"><img src="https://www.scottishchildrenslottery.com/export/system/modules/com.assense.gaming.stv.template/resources/images/google-play-store.svg" width="200"></a>

Provably fair dice game running on the [Ethereum blockchain](https://etheroll.com/#/smart-contract).
Built with Python, [Kivy](https://github.com/kivy/kivy) and love.
Expand Down
4 changes: 2 additions & 2 deletions docs/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Start the release with git flow:
```
git flow release start vYYYYMMDD
```
Now update the CHANGELOG.md `[Unreleased]` section to match the new release version.
Now update the [CHANGELOG.md](/src/CHANGELOG.md) `[Unreleased]` section to match the new release version.
Also update the `__version__` string of the [version.py](/src/version.py) file. Then commit and finish release.
Optionally already update the direct download link from the [README.md](README.md).
Optionally already update the direct download link from the [README.md](/README.md).
```
git commit -a -m "vYYYYMMDD"
git flow release finish
Expand Down
2 changes: 1 addition & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log


## [Unreleased]
## [v20180918]

- Notify when roll processed, refs #57, #103, #106
- Recipes LDSHARED & CFLAGS cleaning, refs #104
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2018.0911'
__version__ = '2018.0918'

0 comments on commit f69809d

Please sign in to comment.