Skip to content

Commit

Permalink
Release 1.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Nov 4, 2024
1 parent 9856019 commit 37ca2e9
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.1]

- Bump **jackson-databind** from 2.18.0 to 2.18.1.

Expand All @@ -27,6 +27,6 @@ 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
[1.0.1.1]: https://github.com/LeakyAbstractions/result-jackson/releases/tag/1.0.1.1
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.1.0
current_version: 1.0.1.1
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.1.1-SNAPSHOT
version = 1.0.1.1
previousVersion = 1.0.1.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, 1, 0 };
private static final int[] VERSION_NUMBERS = { 1, 0, 1, 1 };
private static final String VERSION_SNAPSHOT = null;

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

0 comments on commit 37ca2e9

Please sign in to comment.