Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hangga committed Dec 3, 2024
1 parent 47541dc commit bb89552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ Add the plugin to your Gradle project.
### **1. Kotlin DSL**
```kotlin
plugins {
id("io.github.hangga.delvelin") version "0.0.19-beta"
id("io.github.hangga.delvelin") version "0.0.1.0-beta"
}
```

### **2. Groovy DSL**
```groovy
plugins {
id 'io.github.hangga.delvelin' version '0.0.19-beta'
id 'io.github.hangga.delvelin' version '0.0.1.0-beta'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ public class Config {

public static OutputFileFormat outputFileFormat = OutputFileFormat.LOG;

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

0 comments on commit bb89552

Please sign in to comment.