Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djkovrik committed Dec 14, 2018
1 parent 7873568 commit 75ed943
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ apply from: 'buildsystem/dependencies.gradle'

// Versioning convention from ribot:
// Major -> Millions, Minor -> Thousands, Bugfix -> Hundreds. E.g 1.3.72 == 1,003,072
// Current: 1.0.1 (001,000,001
// Current: 1.0.2 (001,000,002)
def versionMajor = 1
def versionMinor = 0
def versionPatch = 1
def versionPatch = 2

allprojects {
ext {
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog


### [1.0.2] - 2018-12-14

**Fixed**
* Message posting crash

### [1.0.1] - 2018-12-13

**Fixed**
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG_RU.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Список исправлений

### [1.0.2] - 2018-12-14

**Исправлено**
* Вылет при попытке написать сообщение в теме

### [1.0.1] - 2018-12-13

**Исправлено**
Expand Down

0 comments on commit 75ed943

Please sign in to comment.