File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/io/github/hangga/delvelin/properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ Add the plugin to your Gradle project.
9999### ** 1. Kotlin DSL**
100100``` kotlin
101101plugins {
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
108108plugins {
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments