소스 검색

0.10.3

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

+ 2
- 0
CHANGELOG 파일 보기

@@ -1,5 +1,7 @@
1 1
 vNEXT (in development)
2 2
 
3
+v0.10.3
4
+
3 5
  * Fix issue parsing CTCPs when the content contained multi-byte chars
4 6
  * Fixed multiple issues when receiving malformed input from the server:
5 7
    * Invalid server-time tags are now ignored and the current time used

+ 1
- 1
build.gradle.kts 파일 보기

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

Loading…
취소
저장