Skip to content

Commit

Permalink
8.1.0 -> 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Dec 4, 2024
1 parent 8bf158f commit 683267a
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.1.0"
version := "8.1.1"

scalaVersion := "2.10.7"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/257.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('8.1.1', now(), 'Reverts automatic zoom for Explore and Validate due to image qualiity issues.');

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

0 comments on commit 683267a

Please sign in to comment.