Skip to content

Commit

Permalink
Prepare 0.4.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Jul 12, 2024
1 parent 5e91ae9 commit 8b75296
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]+[0-9]*'

jobs:
release:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

group = "me.tylerbwong.gradle.metalava"
version = "0.3.6-SNAPSHOT"
version = "0.4.0-alpha01"

gradlePlugin {
website.set("https://github.com/tylerbwong/metalava-gradle")
Expand Down

0 comments on commit 8b75296

Please sign in to comment.