Skip to content

Commit bb89552

Browse files
committed
update version
1 parent 47541dc commit bb89552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ Add the plugin to your Gradle project.
9999
### **1. Kotlin DSL**
100100
```kotlin
101101
plugins {
102-
id("io.github.hangga.delvelin") version "0.0.19-beta"
102+
id("io.github.hangga.delvelin") version "0.0.1.0-beta"
103103
}
104104
```
105105

106106
### **2. Groovy DSL**
107107
```groovy
108108
plugins {
109-
id 'io.github.hangga.delvelin' version '0.0.19-beta'
109+
id 'io.github.hangga.delvelin' version '0.0.1.0-beta'
110110
}
111111
```
112112

src/main/java/io/github/hangga/delvelin/properties/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ public class Config {
99

1010
public static OutputFileFormat outputFileFormat = OutputFileFormat.LOG;
1111

12-
public static String VERSION = "0.0.20-beta";
12+
public static String VERSION = "0.1.0-beta";
1313
}

0 commit comments

Comments
 (0)