diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-24 15:10:25 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-10-24 15:10:25 +0200 |
commit | 00f51f47d8448adb939bbc3cfd17673dd29bc10d (patch) | |
tree | b8ffac2404af2cffa22e0cac5689de5177aee573 | |
parent | 8ce1e812db33337b751276e1659e7c067a11ab68 (diff) | |
download | pdf-as-4-00f51f47d8448adb939bbc3cfd17673dd29bc10d.tar.gz pdf-as-4-00f51f47d8448adb939bbc3cfd17673dd29bc10d.tar.bz2 pdf-as-4-00f51f47d8448adb939bbc3cfd17673dd29bc10d.zip |
Version set4.0.4
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index b41d5cb4..7663919f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,7 @@ task wrapper(type: Wrapper) { allprojects { apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() } + version = '4.0.4' } configurations { |