Browse Source

0.3.0

tags/v0.3.0
Chris Smith 5 years ago
parent
commit
45ed8f34ef
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 2
- 0
CHANGELOG View File

@@ -1,5 +1,7 @@
1 1
 vNEXT (in development)
2 2
 
3
+v0.3.0
4
+
3 5
   * Simplified how messages are constructed.
4 6
     Instead of: client.send(joinMessage("#channel"))
5 7
     Now use: client.sendJoin("#channel")

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

Loading…
Cancel
Save