diff options
author | emusic <emina.music@egiz.gv.at> | 2018-03-23 10:35:04 +0100 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2018-03-23 10:35:04 +0100 |
commit | 0a59371516348ba36163128060e02e997099fcbd (patch) | |
tree | 90e72800fcf6fdf3f2d240a19bc518273fdee289 /build.gradle | |
parent | 9650dc2edffe9c5c3c2b58c2309e7fc47e19b918 (diff) | |
download | pdf-as-4-0a59371516348ba36163128060e02e997099fcbd.tar.gz pdf-as-4-0a59371516348ba36163128060e02e997099fcbd.tar.bz2 pdf-as-4-0a59371516348ba36163128060e02e997099fcbd.zip |
remove snapshot4.1.2
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 06a24765..f8ecfad6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ task wrapper(type: Wrapper) { allprojects { apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() } - version = '4.1.2-SNAPSHOT' + version = '4.1.2' } configurations { |