Skip to content

Commit

Permalink
chore: bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Apr 14, 2022
1 parent d9b91c3 commit ed71f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "it.krzeminski"
version = "0.12.0"
version = "0.13.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ nav:
- Projects using this library: 'projects-using-this-library.md'

extra:
version: 0.12.0
version: 0.13.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package it.krzeminski.githubactions.scriptgenerator

val LIBRARY_VERSION = "0.12.0"
val LIBRARY_VERSION = "0.13.0"

0 comments on commit ed71f21

Please sign in to comment.