Skip to content

Commit

Permalink
6.8.4 -> 6.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Jul 3, 2020
1 parent 4896fc5 commit 821273a
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 @@ -4,7 +4,7 @@ import scalariform.formatter.preferences._

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

version := "6.8.4"
version := "6.8.5"

scalaVersion := "2.10.5"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/84.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('6.8.5', now(), 'Internationalizes dates and distance units.');

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

0 comments on commit 821273a

Please sign in to comment.