Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
bump version to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kroepke committed Jan 21, 2015
1 parent 86717a4 commit 711cfbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "graylog2-web-interface",
"version": "1.0.0-beta.3-SNAPSHOT",
"version": "1.0.0-beta.3",
"description": "Graylog2 Web Interface",
"author": "torch",
"license": "GPL",
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -12,7 +12,7 @@ import com.typesafe.sbt.less.Import.LessKeys

object ApplicationBuild extends Build {
val appName = "graylog-web-interface"
val appVersion = "1.0.0-beta.3-SNAPSHOT"
val appVersion = "1.0.0-beta.3"
val appDependencies = Seq(
cache,
javaCore,
Expand Down

0 comments on commit 711cfbe

Please sign in to comment.