We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a4bb4 + 1bda7c9 commit 4266c28Copy full SHA for 4266c28
build.sbt
@@ -15,7 +15,7 @@
15
16
name := "sirius"
17
18
-version := "1.1.4"
+version := "1.2.0"
19
20
scalaVersion := "2.10.2"
21
pom.xml
@@ -20,7 +20,7 @@
<artifactId>sirius</artifactId>
<name>Sirius</name>
22
<packaging>jar</packaging>
23
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
24
<properties>
25
<java-version>1.6</java-version>
26
<scala-version-major>2.10</scala-version-major>
0 commit comments