Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Dec 26, 2017
1 parent 0461e04 commit 6110edc
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 @@ -4,10 +4,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.6/torrentstream-1.0.6.zip)
* Start server with `sbt run`, or use [precompiled package](https://github.com/Karasiq/torrentstream/releases/download/v1.0.7/torrentstream-1.0.7.zip)
* Open http://127.0.0.1:8901 in browser
* As a library
* `libraryDependencies += "com.github.karasiq" %% "bittorrent" % "1.0.6"`
* `libraryDependencies += "com.github.karasiq" %% "bittorrent" % "1.0.7"`

# 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.6",
version := "1.0.7",
scalaVersion := "2.11.8"
)

Expand Down

0 comments on commit 6110edc

Please sign in to comment.