Skip to content

Commit

Permalink
8.0.2 -> 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Dec 2, 2024
1 parent 04abe85 commit 99f527d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import play.PlayScala

name := """sidewalk-webpage"""

version := "8.0.2"
version := "8.1.0"

scalaVersion := "2.10.7"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/256.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('8.1.0', now(), 'Adds automatic zoom for Explore and Validate (again)!');

# --- !Downs
DELETE FROM version WHERE version_id = '8.1.0';

0 comments on commit 99f527d

Please sign in to comment.