Skip to content

Commit

Permalink
Release 1.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Oct 1, 2024
1 parent 02ebfab commit 4144b7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -22,5 +22,5 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe
- Class `com.leakyabstractions.result.jackson.ResultModule`.


[Unreleased]: https://github.com/LeakyAbstractions/result-jackson/compare/main...develop
[1.0.0.0]: https://github.com/LeakyAbstractions/result-jackson/releases/tag/1.0.0.0
[1.0.1.0]: https://github.com/LeakyAbstractions/result-jackson/releases/tag/1.0.1.0
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
theme: jekyll-theme-leap-day
title: Lazy Results
description: Jackson datatype module for Result
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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = Serialize and deserialize Result objects with Jackson
group = com.leakyabstractions
artifactName = Jackson datatype module for Results
artifactId = result-jackson
version = 1.0.0.1-SNAPSHOT
version = 1.0.1.0
previousVersion = 1.0.0.0

homepage = https://result.leakyabstractions.com/add-ons/jackson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ResultModule extends SimpleModule {
private static final String GROUP_ID = "com.leakyabstractions";
private static final String ARTIFACT_ID = "result-jackson";

private static final int[] VERSION_NUMBERS = { 1, 0, 0, 0 };
private static final int[] VERSION_NUMBERS = { 1, 0, 1, 0 };
private static final String VERSION_SNAPSHOT = null;

private static final int VERSION_GRADE = VERSION_NUMBERS[0];
Expand Down

0 comments on commit 4144b7e

Please sign in to comment.