Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit f49f974

Browse files
committed
only show pretty version, 1.0 instead 1.0.0
1 parent f14298a commit f49f974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ library.version=1
154154

155155
# The version as the user will see it.
156156

157-
library.prettyVersion=1.0.0
157+
library.prettyVersion=1.0
158158

159159

160160
library.copyright=(c) 2007-13

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>##library.name##</h2>
6161
<div id="download" class="clear">
6262
<h2>Download</h2>
6363
<p>
64-
Download ##library.name## version ##library.prettyVersion## (##library.version##) in
64+
Download ##library.name## version ##library.prettyVersion## in
6565
<a href="./download/##project.name##-##library.version##.zip">.zip format</a>.
6666
</p>
6767
<h2>Installation</h2>

0 commit comments

Comments
 (0)