Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Feb 25, 2016
1 parent 90c09d1 commit eeaecc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ TorrentStream is a torrent streaming engine, written in [Scala](http://scala-lan

# How to use
* As an application
* Start server with `sbt run`, or use [precompiled package](https://github.com/Karasiq/torrentstream/releases/download/v1.0.1/torrentstream-1.0.1.zip)
* Start server with `sbt run`, or use [precompiled package](https://github.com/Karasiq/torrentstream/releases/download/v1.0.1/torrentstream-1.0.2.zip)
* Open http://127.0.0.1:8901 in browser
* As a library
* `libraryDependencies += "com.github.karasiq" %% "bittorrent" % "1.0.1"`
* `libraryDependencies += "com.github.karasiq" %% "bittorrent" % "1.0.2"`

# License
Copyright 2016 Karasiq
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
organization := "com.github.karasiq",
isSnapshot := false,
version := "1.0.1",
version := "1.0.2",
scalaVersion := "2.11.7"
)

Expand Down

0 comments on commit eeaecc5

Please sign in to comment.