Skip to content

Commit

Permalink
Merge pull request #1056 from support-project/update_version_label
Browse files Browse the repository at this point in the history
Update version label
  • Loading branch information
koda-masaru authored Jul 22, 2018
2 parents a3eed06 + 1b8d714 commit bee4efe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.support-project</groupId>
<artifactId>knowledge</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.13.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>knowledge</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/appresource.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ message.allready.started=Already started.
message.confirm.delete=Are you sure you want to delete?

# Common Label
label.version=v1.13.0
label.version=v1.13.1
label.login=Sign in
label.previous= Previous
label.next=Next
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/appresource_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ message.allready.started=すでに開始済です
message.confirm.delete=本当に削除しますか?

# Common Label
label.version=v1.13.0
label.version=v1.13.1
label.login=サインイン
label.previous = 前へ
label.next = 次へ
Expand Down

0 comments on commit bee4efe

Please sign in to comment.