Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Jan 18, 2022
1 parent a5d9066 commit 546448c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project contains utilities to hash files with SHA256/SHA512.
<dependency>
<groupId>io.metaloom.utils</groupId>
<artifactId>hash-utils</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project:
name: hash-utils
version: 0.1.0
version: 0.2.0
versionPattern: SEMVER

description: A collection of utilits which can be used to hash files.
Expand Down Expand Up @@ -75,4 +75,4 @@ release:
#announce:
# twitter:
# active: release
# status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}
# status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}

0 comments on commit 546448c

Please sign in to comment.