Skip to content

Commit

Permalink
Prepare for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Mar 29, 2024
1 parent 6c460a1 commit fcf4009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to access the projects in a type safe way.
Firstly, you need to add the plugin to your included build's build script (for example `build-logic/build.gradle.kts`):
```kotlin
plugin {
id("co.hinge.gradle.project-accessors") version "1.0.0"
id("co.hinge.gradle.project-accessors") version "1.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

kotlin.code.style=official

version=1.0.0-SNAPSHOT
version=1.1.0

0 comments on commit fcf4009

Please sign in to comment.