Browse Source

0.7.0

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

+ 3
- 0
CHANGELOG View File

@@ -1,5 +1,8 @@
1 1
 vNEXT (in development)
2 2
 
3
+
4
+v0.7.0
5
+
3 6
  * Fixed experimental API warnings when using IrcClient
4 7
  * IrcClients are now constructed using a DSL
5 8
    * Users of the library no longer need to care about the implementing class

+ 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.6.0"
3
+version = "0.7.0"
4 4
 group = "com.dmdirc.ktirc"
5 5
 
6 6
 plugins {

Loading…
Cancel
Save