Skip to content

Commit

Permalink
Now working on 1.1.0 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Apr 1, 2013
1 parent 67e9103 commit 9099964
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,9 @@
## Changes between 1.0.0 and 1.1.0

No changes yet.



## Changes between 1.0.0-beta2 and 1.0.0

### clojurewerkz.money.amounts/convert-to
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -14,8 +14,7 @@ It is built on top of [Joda Money](http://joda-money.sourceforge.net/).

## Project Maturity

Money is rapidly approaching the `1.0` release but it is still a young project.
Keeps thi in mind.
Money has reached `1.0` and is considered to be a complete, stable library.



Expand All @@ -35,15 +34,15 @@ definition to your `pom.xml`:

With Leiningen:

[clojurewerkz/money "1.0.0-beta1"]
[clojurewerkz/money "1.0.0"]


With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>money</artifactId>
<version>1.0.0-beta1</version>
<version>1.0.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject clojurewerkz/money "1.0.0"
(defproject clojurewerkz/money "1.1.0-SNAPSHOT"
:description "A Clojure library that deals with monetary values and currencies. Built on top of Joda Money."
:min-lein-version "2.0.0"
:url "http://github.com/clojurewerkz/money"
Expand Down

0 comments on commit 9099964

Please sign in to comment.