From ffdeed6d39f651bc6ffb75ecf9b8134798041f82 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 9 Sep 2019 20:13:50 -0400 Subject: Upgrade version to 0.2 --- docs/dependency-info.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/dependency-info.html') diff --git a/docs/dependency-info.html b/docs/dependency-info.html index ccae6b5..a2ba1fa 100644 --- a/docs/dependency-info.html +++ b/docs/dependency-info.html @@ -1,5 +1,5 @@ - + @@ -24,8 +24,8 @@ everge

Apache Buildr

-
'io.github.bculkin2442:everge:jar:1.0-SNAPSHOT'
+
'io.github.bculkin2442:everge:jar:0.2.0'

Apache Ivy

-
<dependency org="io.github.bculkin2442" name="everge" rev="1.0-SNAPSHOT">
+
<dependency org="io.github.bculkin2442" name="everge" rev="0.2.0">
   <artifact name="everge" type="jar" />
 </dependency>

Groovy Grape

@Grapes(
-@Grab(group='io.github.bculkin2442', module='everge', version='1.0-SNAPSHOT')
+@Grab(group='io.github.bculkin2442', module='everge', version='0.2.0')
 )

Gradle/Grails

-
compile 'io.github.bculkin2442:everge:1.0-SNAPSHOT'
+
compile 'io.github.bculkin2442:everge:0.2.0'

Scala SBT

-
libraryDependencies += "io.github.bculkin2442" % "everge" % "1.0-SNAPSHOT"
+
libraryDependencies += "io.github.bculkin2442" % "everge" % "0.2.0"

Leiningen

-
[io.github.bculkin2442/everge "1.0-SNAPSHOT"]
+
[io.github.bculkin2442/everge "0.2.0"]
-- cgit v1.2.3