Skip to content

Commit

Permalink
Update Readme and Project.clj. We are at v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitszak committed Jan 14, 2016
1 parent 7de7003 commit e79c1d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# transmission-client

[![Clojars Project](https://img.shields.io/clojars/v/transmission-client.svg)](https://clojars.org/transmission-client)

A Clojure client for the Transmission Torrent Client

## Usage

Don't use this yet, I'm still fleshing out the public api.
It will be published on Clojars once the public API is stable
Simply include `[transmission-client "0.1.0"]` in your project.

See the `doc` folder for details on how to use.

This project follows [semver](http://semver.org/).

## License

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 transmission-client "0.1.0-SNAPSHOT"
(defproject transmission-client "0.1.0"
:description "Client for the transmission torrent API"
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
Expand Down

0 comments on commit e79c1d0

Please sign in to comment.