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 d2a4fb6 commit 7742f97Copy full SHA for 7742f97
.travis.yml
@@ -49,5 +49,5 @@ deploy:
49
50
env:
51
global:
52
- - NITRITE_VERSION=3.1.0-SNAPSHOT
+ - NITRITE_VERSION=3.1.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.1.0-SNAPSHOT
+nitriteVersion=3.1.0
28
29
# nitrite dependency
30
asciidoctorVersion=1.5.4
0 commit comments