Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are using Maven, add the following to your `pom.xml` file:
<dependency>
<groupId>org.hsluv</groupId>
<artifactId>hsluv</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>

# Usage
Expand Down Expand Up @@ -87,5 +87,5 @@ gh secret set CENTRAL_TOKEN_PASSWORD --repo hsluv/hsluv-java --body "<token pass
Then bump the version in `pom.xml` and create a release:

```bash
gh release create v1.0.1 --generate-notes
gh release create v1.0.2 --generate-notes
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.hsluv</groupId>
<artifactId>hsluv</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<version>1.0.2</version>

<name>hsluv</name>
<description>Human-friendly HSL</description>
Expand Down