diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a103a8..e1af6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spec/1.0.0.0.html). -## [Unreleased] +## [1.0.1.0] ### Changed @@ -26,5 +26,5 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe - Dependency `com.leakyabstractions:result:1.0.0.0` -[Unreleased]: https://github.com/LeakyAbstractions/result-bom/compare/main...develop [1.0.0.0]: https://github.com/LeakyAbstractions/result-bom/releases/tag/1.0.0.0 +[1.0.1.0]: https://github.com/LeakyAbstractions/result-bom/releases/tag/1.0.1.0 diff --git a/_config.yml b/_config.yml index ae8fc2a..2feb50a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ theme: jekyll-theme-leap-day title: Result Library BOM description: Bill of Materials for Result libraries -current_version: 1.0.0.0 +current_version: 1.0.1.0 show_downloads: true logo: https://dev.leakyabstractions.com/result/result-banner.png exclude: diff --git a/gradle.properties b/gradle.properties index 9eaa87f..b468c5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ description = Result Library BOM group = com.leakyabstractions -version = 1.0.0.1-SNAPSHOT +version = 1.0.1.0 homepage = https://dev.leakyabstractions.com/result-bom/ githubId = leakyabstractions/result-bom