Skip to content

Commit

Permalink
v0.6.1 - Whoops, missed clojure/script deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
deg committed Oct 15, 2017
1 parent 9a1fc69 commit 5ecf157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ _(nothing)_
### Fixed
_(nothing)_

## [0.6.1]
### Changed
- Updated dependencies: clojure, clojurescript

## [0.6.0]
### Changed
- Updated dependencies: re-frame, lein-doo
Expand Down Expand Up @@ -62,7 +66,8 @@ _(nothing)_
- Minor helper functions: `<sub`, `>evt`, etc.


[Unreleased]: https://github.com/deg/sodium/compare/bb64849...HEAD
[Unreleased]: https://github.com/deg/sodium/compare/HEAD...HEAD
[0.6.1]: https://github.com/deg/sodium/compare/bb64849...HEAD
[0.6.0]: https://github.com/deg/sodium/compare/a1dd09e...bb64849
[0.5.0]: https://github.com/deg/sodium/compare/0dd1e35...a1dd09e
[0.4.0]: https://github.com/deg/sodium/compare/17de322...0dd1e35
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject
com.degel/sodium "0.7.0-SNAPSHOT"
com.degel/sodium "0.6.1"
:description "A wrapper around soda-ash and semantic-ui-react"
:url "https://github.com/deg/sodium"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0-alpha17"]
[org.clojure/clojurescript "1.9.908"]
:dependencies [[org.clojure/clojure "1.9.0-beta2"]
[org.clojure/clojurescript "1.9.946"]
[re-frame "0.10.2"]
[reagent "0.7.0"]
[soda-ash "0.4.0"]]
Expand Down

0 comments on commit 5ecf157

Please sign in to comment.