Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 7, 2024
1 parent 5052238 commit e2b2baf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add to your gradle plugins block:

```gradle
plugins {
id "me.modmuss50.mod-publish-plugin" version "0.7.2"
id "me.modmuss50.mod-publish-plugin" version "0.7.3"
}
```

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

group = "me.modmuss50"
version = "0.7.2"
version = "0.7.3"
description = "The Mod Publish Plugin is a plugin for the Gradle build system to help upload artifacts to a range of common destinations."

repositories {
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ The plugin is hosted on the Gradle plugin portal, so can be easily added to your
<Tab>
```groovy
plugins {
id "me.modmuss50.mod-publish-plugin" version "0.7.2"
id "me.modmuss50.mod-publish-plugin" version "0.7.3"
}
```
</Tab>
<Tab>
```kotlin
plugins {
id("me.modmuss50.mod-publish-plugin") version "0.7.2"
id("me.modmuss50.mod-publish-plugin") version "0.7.3"
}
```
</Tab>
Expand Down

0 comments on commit e2b2baf

Please sign in to comment.