Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zelark committed Oct 9, 2019
1 parent 12cc933 commit 6980c17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ pom.xml.asc
/.lein-*
/.nrepl-port
*.iml
out/
node_modules/
resources/
/out
/node_modules
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "nano-id",
"version": "1.0.0",
"devDependencies": {
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cljs-test": "^0.1.0",
"karma-firefox-launcher": "^1.1.0"
"karma-firefox-launcher": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject nano-id "0.9.3"
(defproject nano-id "0.10.0"
:description "A tiny, secure, URL-friendly unique string ID generator"
:url "https://github.com/zelark/nano-id"

:license { :name "The MIT License"
:url "https://opensource.org/licenses/MIT" }

:plugins [[lein-doo "0.1.10"]
[lein-cljsbuild "1.1.7" :exclusions [[org.clojure/clojure]]]]

Expand Down

0 comments on commit 6980c17

Please sign in to comment.