Skip to content

Commit

Permalink
Switch to snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Sep 2, 2024
1 parent 8a0c319 commit f1809a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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]

No unreleased changes.


## [1.0.0.0]

### Added
Expand All @@ -15,4 +20,5 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe
- Interface `com.leakyabstractions.result.lazy.LazyConsumer`.


[Unreleased]: https://github.com/LeakyAbstractions/result-lazy/compare/main...develop
[1.0.0.0]: https://github.com/LeakyAbstractions/result-lazy/releases/tag/1.0.0.0
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = Lazy Result Library for Java
group = com.leakyabstractions
artifactName = Lazy Result Library
artifactId = result-lazy
version = 1.0.0.0
previousVersion = 0.6.3.0
version = 1.0.0.1-SNAPSHOT
previousVersion = 1.0.0.0

homepage = https://result.leakyabstractions.com/add-ons/lazy
githubId = leakyabstractions/result-lazy
Expand Down

0 comments on commit f1809a5

Please sign in to comment.