Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eerohele committed Nov 13, 2024
1 parent be5fcc5 commit 7ac1bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## UNRELEASED
## 2024-11-13.77

- Improve printing of Java arrays.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Either:

```clojure
;; Maven coordinates
me.flowthing/pp {:mvn/version "2024-09-09.69"}
me.flowthing/pp {:mvn/version "2024-11-13.77"}

;; Git coordinates
io.github.eerohele/pp {:git/tag "2024-09-09.69" :git/sha "de4b20f"}
io.github.eerohele/pp {:git/tag "2024-11-13.77" :git/sha "13fba3a"}
```

Then:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.flowthing</groupId>
<artifactId>pp</artifactId>
<version>2024-09-09.69</version>
<version>2024-11-13.77</version>
<name>pp</name>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit 7ac1bc5

Please sign in to comment.