Skip to content

Commit 7e7c133

Browse files
committed
chore(config): bump version to 0.1.1
- Bump version from 0.1.0 to 0.1.1 in deno.json - Bump version from 0.1.0 to 0.1.1 in package.json
1 parent 5ad8d7a commit 7e7c133

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/textshift",
33
"description": "Zero-dependency text transformation and JSON formatting for any runtime",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/textshift",
33
"description": "Zero-dependency text transformation and JSON formatting for any runtime",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)