Selaa lähdekoodia

0.3.0

tags/v0.3.0
Chris Smith 5 vuotta sitten
vanhempi
commit
45ed8f34ef
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 2
- 0
CHANGELOG Näytä tiedosto

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

+ 1
- 1
build.gradle.kts Näytä tiedosto

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

Loading…
Peruuta
Tallenna