We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5784453 commit e997c0bCopy full SHA for e997c0b
.travis.yml
@@ -49,5 +49,5 @@ deploy:
49
50
env:
51
global:
52
- - NITRITE_VERSION=3.2.0-SNAPSHOT
+ - NITRITE_VERSION=3.2.0
53
- PGP_KEY_FILE=~/secring.gpg
gradle.properties
@@ -24,7 +24,7 @@
24
org.gradle.jvmargs=-Xmx1024m
25
26
# artifact version
27
-nitriteVersion=3.2.0-SNAPSHOT
+nitriteVersion=3.2.0
28
29
# nitrite dependency
30
asciidoctorVersion=1.5.4
0 commit comments