Skip to content

Commit 39685e2

Browse files
fix: Update version to 0.1.6 in deno.json and jsr.json
1 parent 8158488 commit 39685e2

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": "@murat/openapi",
33
"exports": "./mod.ts",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"tasks": {
66
"lint": "deno lint",
77
"test": "deno test --allow-all",

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@murat/openapi",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

0 commit comments

Comments
 (0)