Skip to content

Commit

Permalink
Increment version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Krullmann committed Jul 11, 2021
1 parent 6e4621f commit 53b2e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Gradle Plugin for AWS CodeArtifact
:pluginId: org.unbroken-dome.aws.codeartifact
:versionPrefix: 0.1
:versionPrefix: 0.2
:versionSuffix: .0
:version: 0.1.0
:version: {versionPrefix}{versionSuffix}

image:https://img.shields.io/gradle-plugin-portal/v/{pluginId}?versionPrefix={versionPrefix}&versionSuffix={versionSuffix}[link=https://plugins.gradle.org/plugin/{pluginId}]

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.gradle-plugins.aws.codeartifact
version=0.1.0
version=0.2.0

kotlin.code.style=official

Expand Down

0 comments on commit 53b2e11

Please sign in to comment.