Skip to content

Commit cead213

Browse files
committed
update version
1 parent a1a7dac commit cead213

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://webm-sj9.rhcloud.com/
77

88
# How to use
9-
* Download and extract [application package](https://github.com/Karasiq/webm-tv/releases/download/v1.0.9/webm-tv-1.0.9.zip)
9+
* Download and extract [application package](https://github.com/Karasiq/webm-tv/releases/download/v1.1.0/webm-tv-1.1.0.zip)
1010
* Enter `./bin/webm-tv` in console
1111
* Open http://127.0.0.1:8900/ in your browser
1212
* To specify video source, add board identifier to URL hash tag, like http://127.0.0.1:8900/#po

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import com.karasiq.scalajsbundler.dsl.{Script, _}
33
// Settings
44
lazy val commonSettings = Seq(
55
organization := "com.github.karasiq",
6-
isSnapshot := false,
7-
version := "1.0.9",
6+
version := "1.1.0",
7+
isSnapshot := version.value.endsWith("SNAPSHOT"),
88
scalaVersion := "2.11.8",
99
publishMavenStyle := true,
1010
publishTo := {

src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
webm-tv {
2-
version = 1.0.9
2+
version = 1.1.0
33
host = 0.0.0.0
44
port = 8900
55
db = ${user.home}/.webm-tv/cache.db

0 commit comments

Comments
 (0)