소스 검색

0.7.0

tags/v0.7.0
Chris Smith 5 년 전
부모
커밋
884e0bb247
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    0
      CHANGELOG
  2. 1
    1
      build.gradle.kts

+ 3
- 0
CHANGELOG 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장