We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2eb8b7 commit c5ded6dCopy full SHA for c5ded6d
2 files changed
build.sbt
@@ -1,6 +1,6 @@
1
name := "logstation"
2
3
-version := "0.3.4"
+version := "0.3.5"
4
5
scalaVersion := "2.10.4"
6
src/main/resources/webapp/templates-hidden/default.html
@@ -64,7 +64,7 @@
64
65
<p class="text-muted float-right">
66
<!-- TODO: make version populate via sbt version -->
67
- <a href="https://github.com/jdrews/logstation">logstation</a> 0.3.4</p>
+ <a href="https://github.com/jdrews/logstation">logstation</a> 0.3.5</p>
68
</div>
69
<div style="clear: both;"></div>
70
0 commit comments