Skip to content

Commit ba12e6d

Browse files
Release 1.0.1.0
1 parent b018d4c commit ba12e6d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spec/1.0.0.0.html).
88

99

10-
## [Unreleased]
10+
## [1.0.1.0]
1111

1212
### Added
1313

@@ -23,5 +23,5 @@ First stable version of Result API.
2323
- Interface `com.leakyabstractions.result.api.Result`.
2424

2525

26-
[Unreleased]: https://github.com/LeakyAbstractions/result-api/compare/main...develop
2726
[1.0.0.0]: https://github.com/LeakyAbstractions/result-api/releases/tag/1.0.0.0
27+
[1.0.1.0]: https://github.com/LeakyAbstractions/result-api/releases/tag/1.0.1.0

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
theme: jekyll-theme-leap-day
22
title: Result Library API
33
description: A Java library to handle success and failure without exceptions
4-
current_version: 1.0.0.0
4+
current_version: 1.0.1.0
55
show_downloads: true
66
logo: https://dev.leakyabstractions.com/result/result-banner.png

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = Result Library for Java
33
group = com.leakyabstractions
44
artifactName = Result Library API
55
artifactId = result-api
6-
version = 1.0.0.1-SNAPSHOT
6+
version = 1.0.1.0
77
previousVersion = latest.release
88

99
homepage = https://result.leakyabstractions.com/

0 commit comments

Comments
 (0)