Skip to content

Commit

Permalink
Prepare for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Aug 14, 2022
1 parent 7bf22d6 commit c44be42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Various documentation is available:


### Releases
[Release 1.0.1](https://www.joda.org/joda-money/download.html) is the current release.
[Release 1.0.2](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
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0.2" date="SNAPSHOT" description="v1.0.2">
<release version="1.0.2" date="2022-08-14" description="v1.0.2">
<action dev="jodastephen" type="update">
Change currency SLL to SLE.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Expand Up @@ -70,7 +70,7 @@ As a flavour of Joda-Money, here is some example code:

## <i></i> Releases

[Release 1.0.1](download.html) is the current release.
[Release 1.0.2](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.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down

0 comments on commit c44be42

Please sign in to comment.