Skip to content

Commit

Permalink
7.20.7 -> 7.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Oct 9, 2024
1 parent b7c5e80 commit cf7234c
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 := "7.20.7"
version := "7.20.8"

scalaVersion := "2.10.7"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/250.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('7.20.8', now(), 'Fixes bug where labels were being saved with incorrect zoom level.');

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

0 comments on commit cf7234c

Please sign in to comment.