Skip to content

Commit 744e2fe

Browse files
author
Mateusz Starzec
committed
Release 3.0.0
1 parent 31461ea commit 744e2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.openqa.selenium.chrome.ChromeOptions
33
name := "udash-jquery"
44

55
inThisBuild(Seq(
6-
version := "3.0.0-SNAPSHOT",
6+
version := "3.0.0",
77
organization := "io.udash",
88
))
99

example/project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt._
44

55
object Dependencies {
66
val udashCoreVersion = "0.6.1"
7-
val udashJQueryVersion = "3.0.0-SNAPSHOT"
7+
val udashJQueryVersion = "3.0.0"
88

99
val deps = Def.setting(Seq[ModuleID](
1010
"io.udash" %%% "udash-core-frontend" % udashCoreVersion,

0 commit comments

Comments
 (0)