Skip to content

Commit

Permalink
bump to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanc-mfw committed Nov 25, 2024
1 parent 8e20d48 commit d3cb914
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 @@ -5,7 +5,7 @@ The `private-repository-plugin` is a simple plugin for making dependencies on pr
Simply include the following as a gradle plugin:
```yaml
plugins {
id("com.moneyforward.private-repository") version "0.3.1"
id("com.moneyforward.private-repository") version "0.3.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.moneyforward.gradle"
version = "0.3.1"
version = "0.3.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit d3cb914

Please sign in to comment.