Browse Source

0.2.1 (mainly to test travis)

tags/v0.2.1
Chris Smith 5 years ago
parent
commit
4c98996b43
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 4
- 0
CHANGELOG View File

@@ -1,5 +1,9 @@
1 1
 vNEXT (in development)
2 2
 
3
+  *
4
+
5
+v0.2.1
6
+
3 7
   * Added documentation and reduced visibility of some internal methods/classes
4 8
   * (Internal) Enabled Travis, Codacy and Coveralls
5 9
 

+ 1
- 1
build.gradle.kts View File

@@ -1,6 +1,6 @@
1 1
 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2 2
 
3
-version = "0.2.0"
3
+version = "0.2.1"
4 4
 group = "com.dmdirc.ktirc"
5 5
 
6 6
 plugins {

Loading…
Cancel
Save