Skip to content

Commit 2ba8373

Browse files
committed
updates version to alpha 4
1 parent 1c8a78a commit 2ba8373

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Releases
2+
## v1.0.0-alpha4
3+
* fixes ios content json format
24

35
## v1.0.0-alpha3
46
* fixes bug in ninepatch where lanczos3 would not scale due to min dimension restrictions

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66

77
<groupId>at.favre.tools</groupId>
88
<artifactId>dconvert</artifactId>
9-
<version>1.0.0-alpha3</version>
9+
<version>${raw.version}-alpha4</version>
1010

1111
<prerequisites>
1212
<maven>3.1.0</maven>
1313
</prerequisites>
1414

1515
<properties>
16+
<raw.version>1.0.0</raw.version>
1617
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1718
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1819
<imageiodep.version>3.3.1</imageiodep.version>
@@ -164,7 +165,7 @@
164165
</fileDescription>
165166
<copyright>Patrick Favre-Bulle, 2016</copyright>
166167
<productVersion>1.0.0.0</productVersion>
167-
<txtProductVersion>${project.version}</txtProductVersion>
168+
<txtProductVersion>${raw.version}</txtProductVersion>
168169
<productName>Multi Platform Density Converter</productName>
169170
<internalName>${project.artifactId}</internalName>
170171
<originalFilename>dconvert-gui.exe</originalFilename>
@@ -203,7 +204,7 @@
203204
</fileDescription>
204205
<copyright>Patrick Favre-Bulle, 2016</copyright>
205206
<productVersion>1.0.0.0</productVersion>
206-
<txtProductVersion>${project.version}</txtProductVersion>
207+
<txtProductVersion>${raw.version}</txtProductVersion>
207208
<productName>Multi Platform Density Converter</productName>
208209
<internalName>${project.artifactId}</internalName>
209210
<originalFilename>dconvert.exe</originalFilename>

0 commit comments

Comments
 (0)