Skip to content

Commit cad4600

Browse files
fix: Bump version to 0.1.14 in deno.json and jsr.json
1 parent fbdab83 commit cad4600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13",
4+
"version": "0.1.14",
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.13",
3+
"version": "0.1.14",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

0 commit comments

Comments
 (0)