1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 10:49:34 +02:00

Smack 4.1.0-alpha6

This commit is contained in:
Florian Schmaus 2014-11-29 16:15:54 +01:00
parent dd84d53bbc
commit ad0921e18c

View file

@ -1,6 +1,6 @@
allprojects { allprojects {
ext { ext {
shortVersion = '4.1.0-alpha6' shortVersion = '4.1.0-alpha6'
isSnapshot = true isSnapshot = false
} }
} }