Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yarulin committed Jan 3, 2016
1 parent 524b5c1 commit 09a5f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Using this namespace you can create figwheel bridge file. In your app create:
[org.clojure/clojurescript "1.7.189"]
[figwheel-sidecar "0.5.0-SNAPSHOT"]
[com.cemerick/piggieback "0.2.1"]
[ktoa "0.0.2-SNAPSHOT"]]
[ktoa "0.1.0-SNAPSHOT"]]
:plugins [[lein-cljsbuild "1.1.1"]
[lein-figwheel "0.5.0-1"]]
:source-paths ["src"]
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 ktoa "0.0.2-SNAPSHOT"
(defproject ktoa "0.1.0-SNAPSHOT"
:description "Set of useful helpers and wrappers around React Native for ClojureScript development"
:url "https://github.com/artemyarulin/ktoa"
:license {:name "MIT License"
Expand Down

0 comments on commit 09a5f37

Please sign in to comment.