aboutsummaryrefslogtreecommitdiff
path: root/short.nimble
diff options
context:
space:
mode:
authorJulien Dessaux2021-11-01 15:55:27 +0100
committerJulien Dessaux2021-11-01 15:58:01 +0100
commit6c4142d421ae282d934ca1cfbbe4f71a09236cd3 (patch)
tree8b9b2503c8374b7abc2bbf3f7ce56baec2b2dd6f /short.nimble
parentEnforce a more strict database schema (diff)
downloadshort-6c4142d421ae282d934ca1cfbbe4f71a09236cd3.tar.gz
short-6c4142d421ae282d934ca1cfbbe4f71a09236cd3.tar.bz2
short-6c4142d421ae282d934ca1cfbbe4f71a09236cd3.zip
Reworked the server to run database migrations only once on main process start
Diffstat (limited to '')
-rw-r--r--short.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/short.nimble b/short.nimble
index 2834286..574c821 100644
--- a/short.nimble
+++ b/short.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.2.0"
+version = "0.3.0"
author = "Julien Dessaux"
description = "A simple, privacy friendly URL shortener"
license = "EUPL-1.2"