Skip to content

Commit

Permalink
Prepare for v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Aug 25, 2024
1 parent f901134 commit b27ed7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Various documentation is available:


### Releases
[Release 1.0.4](https://www.joda.org/joda-money/download.html) is the current release.
[Release 1.0.5](https://www.joda.org/joda-money/download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later.

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0.5" date="SNAPSHOT" description="v1.0.5">
<release version="1.0.5" date="2024-08-25" description="v1.0.5">
<action dev="jodastephen" type="update">
Change currency for ZW from ZWL to ZWG. (ISO 4217 Amendment 177)
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ As a flavour of Joda-Money, here is some example code:

## <i></i> Releases

[Release 1.0.4](download.html) is the current release.
[Release 1.0.5](download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.

Joda-Money requires Java SE 8 or later and has [no dependencies](dependencies.html).
Expand All @@ -83,7 +83,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-money</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>
```

Expand Down

0 comments on commit b27ed7d

Please sign in to comment.