Skip to content

Commit

Permalink
Bump release to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jan 30, 2023
1 parent 83445d0 commit c488ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2023-01-30

### Changes

- Use function param for configuring resource name in DSL
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spotless {
ext {
set("PUBLISH_GROUP_ID", "dev.sasikanth")
set("PUBLISH_ARTIFACT_ID", "android-resource-poet")
set("PUBLISH_VERSION", "1.0.0")
set("PUBLISH_VERSION", "1.1.0")
}

java {
Expand Down

0 comments on commit c488ccb

Please sign in to comment.