diff --git a/build.gradle b/build.gradle
index f551d18..89f4a05 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
repositories{
mavenCentral()
}
-def releaseVersion = "0.9.0"
+def releaseVersion = "0.9.1"
def propertyFile = file "src/main/java/w2phtml/project.properties"
Properties properties = new Properties()
propertyFile.withReader { properties.load(it) }
@@ -167,7 +167,7 @@ task oxtNew(type: Zip){
task setVersion(){
ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask')
- ant.xmltask(source: 'src/main/oxt/description.xml', dest: 'src/main/oxt/description.xml', report:'true') {
+ ant.xmltask(source: 'src/main/description.xml', dest: 'src/main/oxt2/description.xml', report:'true') {
replace(path: "//*[local-name()='version']/@value", withText: "${releaseVersion}")
}
}
diff --git a/src/main/oxt2/description.xml b/src/main/description.xml
similarity index 97%
rename from src/main/oxt2/description.xml
rename to src/main/description.xml
index 009efc2..3192346 100644
--- a/src/main/oxt2/description.xml
+++ b/src/main/description.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/src/main/java/w2phtml/project.properties b/src/main/java/w2phtml/project.properties
index 5ec6c7d..23a9211 100644
--- a/src/main/java/w2phtml/project.properties
+++ b/src/main/java/w2phtml/project.properties
@@ -1,3 +1,3 @@
-#Tue Nov 24 22:59:31 CET 2020
-releaseVersion=0.9.0
-releaseDate=22\:59\:31 24-11-2020
+#Tue Nov 24 23:04:59 CET 2020
+releaseVersion=0.9.1
+releaseDate=23\:04\:59 24-11-2020
diff --git a/src/main/oxt/description.xml b/src/main/oxt/description.xml
index 768edc5..1555888 100644
--- a/src/main/oxt/description.xml
+++ b/src/main/oxt/description.xml
@@ -3,7 +3,7 @@
-
+