Skip to content

Commit

Permalink
Merge pull request #686 from support-project/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
koda-masaru authored Mar 26, 2017
2 parents 91b4848 + 026a21f commit 920f7b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.8.0</version>
<version>1.8.1</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.8.0
label.version=v1.8.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.8.0
label.version=v1.8.1
label.login=サインイン
label.previous = 前へ
label.next = 次へ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1><span><i class="fa fa-book"></i>&nbsp;Knowledge</span></h1>
<h2><span>Free Knowledge Base System</span></h2>
<br/>
<a id="showlist" class="btn btn-lg get-start" role="button"
href="/knowledge/open.knowledge/list">
href="open.knowledge/list">
Get Started!
</a>
<br/><br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1><span><i class="fa fa-book"></i>&nbsp;Knowledge</span></h1>
<h2><span>Free Knowledge Base System</span></h2>
<br/>
<a id="showlist" class="btn btn-lg get-start" role="button"
href="/knowledge/open.knowledge/list">
href="open.knowledge/list">
Get Started!
</a>
<br/><br/>
Expand Down

0 comments on commit 920f7b1

Please sign in to comment.