Skip to content

Commit

Permalink
bumped version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanc-mfw committed Nov 25, 2024
1 parent af4a0db commit 1287721
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.2"
id("com.moneyforward.private-repository") version "0.3.3"
}
```

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.2"
version = "0.3.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1287721

Please sign in to comment.