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