Skip to content

Commit

Permalink
updated nest.land
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Apr 27, 2021
1 parent 640e81e commit afe4655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion consts.ts
Original file line number Diff line number Diff line change
@@ -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`;

Expand Down
4 changes: 2 additions & 2 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://x.nest.land/[email protected]/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": [
Expand All @@ -20,4 +20,4 @@
"homepage": "https://github.com/halvardssm/deno-nessie",
"ignore": [],
"unlisted": false
}
}

0 comments on commit afe4655

Please sign in to comment.