diff --git a/README.md b/README.md index c8d6a9a..901fad1 100644 --- a/README.md +++ b/README.md @@ -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"] diff --git a/project.clj b/project.clj index af29c2d..63a3858 100644 --- a/project.clj +++ b/project.clj @@ -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"