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 07eab40 commit c5ed62dCopy full SHA for c5ed62d
.travis.yml
@@ -49,5 +49,5 @@ deploy:
49
50
env:
51
global:
52
- - NITRITE_VERSION=3.4.3-SNAPSHOT
+ - NITRITE_VERSION=3.4.3
53
- PGP_KEY_FILE=~/secring.gpg
gradle.properties
@@ -24,7 +24,7 @@
24
org.gradle.jvmargs=-Xmx1024m
25
26
# artifact version
27
-nitriteVersion=3.4.3-SNAPSHOT
+nitriteVersion=3.4.3
28
29
# nitrite dependency
30
asciidoctorVersion=1.5.6
0 commit comments