Skip to content

Commit 37cd751

Browse files
committed
chore: bump version to 0.9.2
1 parent 86a3e93 commit 37cd751

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1
1+
0.9.2

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nsyte",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "nsyte - publish your site to nostr and blossom servers",
55
"exports": "./src/cli.ts",
66
"tasks": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "0.9.1";
1+
export const version = "0.9.2";

0 commit comments

Comments
 (0)