Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalus committed Sep 29, 2015
1 parent cd35856 commit 46e7d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/segrada/SegradaLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void windowDeactivated(WindowEvent windowEvent) {

Font fatFont = new Font("sans-serif", Font.BOLD, 16);

setTitle(messages.getString("segrada").concat(" v0.0.5"));
setTitle(messages.getString("segrada").concat(" v0.0.6"));

// create elements
statusText = new JLabel(messages.getString("stopped"));
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--/*###segrada-control###*/-->
<p style="margin: 3em 0 0 3em;">
<img src="../../img/logo_small.png" th:src="@{/img/logo_small.png}" width="194" height="53" alt="Segrada" />
<span class="text-muted" style="margin-left: 1ex;"><samp>v0.0.5</samp></span>
<span class="text-muted" style="margin-left: 1ex;"><samp>v0.0.6</samp></span>
</p>
</div>
</div>
Expand Down

0 comments on commit 46e7d5f

Please sign in to comment.