Skip to content

Commit

Permalink
Release 1.0.0.Alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jun 19, 2016
1 parent 7bcfecc commit bbf49dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then execute this code:
[source,groovy]
----
@GrabConfig(systemClassLoader=true)
@Grab(group='org.asciidoctor', module='asciidoctorj-groovy-dsl', version='1.0.0.preview2') // <1>
@Grab(group='org.asciidoctor', module='asciidoctorj-groovy-dsl', version='1.0.0.Alpha.2') // <1>
import org.asciidoctor.groovydsl.AsciidoctorExtensions
import org.asciidoctor.Asciidoctor
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.0.0-SNAPSHOT
version=1.0.0.Alpha2
sourceCompatibility=1.6
targetCompatibility=1.6

0 comments on commit bbf49dc

Please sign in to comment.