Post-release (#131)
This commit is contained in:
parent
3c95e08f36
commit
42dde29e3e
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to
|
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to
|
||||||
[[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
|
[[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
|
||||||
|
|
||||||
|
* 2.2.1
|
||||||
|
|
||||||
* 2.2.0
|
* 2.2.0
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>mon</artifactId>
|
<artifactId>mon</artifactId>
|
||||||
<version>2.2.0</version>
|
<version>2.2.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Mon</name>
|
<name>Mon</name>
|
||||||
<description>TypeAlias, Result and Maybe for Java</description>
|
<description>TypeAlias, Result and Maybe for Java</description>
|
||||||
|
|
Loading…
Reference in a new issue