Skip to content

Commit

Permalink
v0.8.3 Selecting and removing elements
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelijusb committed Jul 11, 2015
1 parent a84af7d commit 9f1e6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.8.2
version=0.8.3
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object DatabaseStorage {
List("x", "y", "width", "height").foreach(element.createProperty(_, OType.DOUBLE))
List("hash").foreach(user.createProperty(_, OType.STRING))
List(camera, element, user).foreach(_.createProperty("created", OType.DATETIME))
List(camera, element, node, user, owns, view).foreach(_.setCustom("Version", "0.8.2"))
List(camera, element, node, user, owns, view).foreach(_.setCustom("Version", "0.8.3"))
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.auginte.shared

object Version {
val textual = "0.8.2"
val textual = "0.8.3"
}

0 comments on commit 9f1e6ae

Please sign in to comment.