File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
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 >
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 >
You can’t perform that action at this time.
0 commit comments