Skip to content

Commit d56da6d

Browse files
committed
Bump version to 0.1.0
1 parent 14ff05f commit d56da6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(defproject neovim-client "0.1.0-SNAPSHOT"
2-
:description "FIXME: write description"
3-
:url "http://example.com/FIXME"
1+
(defproject neovim-client "0.1.0"
2+
:description "Client library for the Neovim RPC API"
3+
:url "https://github.com/clojure-vim/neovim-client"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]

0 commit comments

Comments
 (0)