Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcqs committed Jun 6, 2022
1 parent 24389a4 commit e8888af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
[Unreleased]: https://github.com/sjcqs/gradle-konfig/compare/1.0.0...HEAD

## [1.1.1] - 2022-06-06
[1.1.1]: https://github.com/sjcqs/gradle-konfig/releases/tag/1.1.1
### Fixed
- Fixed provider nullable issue

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jun 06 11:32:43 CEST 2022
#Mon Jun 06 11:42:06 CEST 2022
androidBuildToolsVersion=7.2.0
snakeYamlVersion=1.30
pluginId=fr.sjcqs.konfig
Expand All @@ -8,7 +8,7 @@ jupiterVersion=5.8.2
org.gradle.jvmargs=-Xmx4G
testRepositoryDir=test-repository
kotlinVersion=1.6.21
pluginVersion=1.1.0
pluginVersion=1.1.1
kotlin.code.style=official
pluginName=konfig
testRepositoryName=test
Expand Down

0 comments on commit e8888af

Please sign in to comment.