Skip to content

Commit

Permalink
Merge pull request #55 from fourlastor-alexandria/update-version-1-2-0
Browse files Browse the repository at this point in the history
Update lib version to 1.2.0
  • Loading branch information
fourlastor authored Jun 7, 2024
2 parents 786cff5 + fbdf3bc commit 7391054
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 @@ -12,15 +12,15 @@ Kotlin DSL

```kotlin
plugins {
id("io.github.fourlastor.construo") version "1.1.1"
id("io.github.fourlastor.construo") version "1.2.0"
}
```

Groovy DSL

```groovy
plugins {
id "io.github.fourlastor.construo" version "1.1.1"
id "io.github.fourlastor.construo" version "1.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion construo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false

libVersion=1.1.1
libVersion=1.2.0

0 comments on commit 7391054

Please sign in to comment.