Update 0.5.9
This commit is contained in:
parent
2e25e3cf65
commit
1e3d8cb87f
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||
repositories{
|
||||
mavenCentral()
|
||||
}
|
||||
def releaseVersion = "0.5.8"
|
||||
def releaseVersion = "0.5.9"
|
||||
def propertyFile = file "src/main/java/w2phtml/project.properties"
|
||||
Properties properties = new Properties()
|
||||
propertyFile.withReader { properties.load(it) }
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<description xmlns="http://openoffice.org/extensions/update/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.writer2paginatedhtml"/>
|
||||
<version value="0.5.8" />
|
||||
<version value="0.5.9" />
|
||||
<update-download>
|
||||
<src xlink:href="https://dev.litvinovg.pro/litvinovg/w2phtml/uploads/668cccc7a9d31a24eca7497910b3ab46/w2phtml.oxt" />
|
||||
<src xlink:href="https://dev.litvinovg.pro/litvinovg/w2phtml/uploads/e6e03bb598da0d044541624de7d11410/w2phtml.oxt" />
|
||||
</update-download>
|
||||
<release-notes>
|
||||
<src xlink:href="https://dev.litvinovg.pro/litvinovg/w2phtml/-/raw/master/src/main/oxt/releasenotes.txt" lang="en" />
|
||||
|
|
Loading…
Add table
Reference in a new issue