From afe4655c17f820ae05a1e9f526cc81fa4b4afd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Tue, 27 Apr 2021 18:02:01 +0200 Subject: [PATCH] updated nest.land --- .github/workflows/publish_nest.yml | 2 +- consts.ts | 2 +- egg.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_nest.yml b/.github/workflows/publish_nest.yml index f8af64d..7fbdaa5 100644 --- a/.github/workflows/publish_nest.yml +++ b/.github/workflows/publish_nest.yml @@ -2,7 +2,7 @@ name: Publish Egg env: DENO_VERSION: 1.8.3 - NEST_VERSION: 0.3.4 + NEST_VERSION: 0.3.6 on: release: diff --git a/consts.ts b/consts.ts index 3fc2c5c..77e4359 100644 --- a/consts.ts +++ b/consts.ts @@ -1,4 +1,4 @@ -export const VERSION = "1.2.0"; +export const VERSION = "1.2.2"; export const URL_BASE = `https://deno.land/x/nessie`; diff --git a/egg.json b/egg.json index 015ffe3..f1382b0 100644 --- a/egg.json +++ b/egg.json @@ -2,7 +2,7 @@ "$schema": "https://x.nest.land/eggs@0.3.4/src/schema.json", "name": "Nessie", "description": "A modular database migration module for Deno.", - "version": "1.2.0", + "version": "1.2.2", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [ @@ -20,4 +20,4 @@ "homepage": "https://github.com/halvardssm/deno-nessie", "ignore": [], "unlisted": false -} +} \ No newline at end of file