Skip to content

Commit

Permalink
Set version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Apr 24, 2018
1 parent 96d2944 commit c0bee2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog #

## Version 1.0.2 ##

Date: 2018-04-24

- Fix exception on `-equiv` implementation.


## Version 1.0.1 ##

Date: 2017-03-21
Expand Down
2 changes: 1 addition & 1 deletion doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ it in the dependency vector on your *_project.clj_* file:

[source,clojure]
----
[funcool/decimal "1.0.1"]
[funcool/decimal "1.0.2"]
----

== Use
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/decimal "1.0.1"
(defproject funcool/decimal "1.0.2"
:description "An arbitrary-precision Decimal type for ClojureScript."
:url "https://github.com/funcool/decimal"
:license {:name "BSD (2-Clause)"
Expand Down

0 comments on commit c0bee2e

Please sign in to comment.