Skip to content

Commit c249edf

Browse files
committed
🔖 release(0.1.45): Update version number across configuration files
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
1 parent ac209c8 commit c249edf

3 files changed

Lines changed: 3 additions & 3 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/yelix",
33
"exports": "./mod.ts",
4-
"version": "0.1.44",
4+
"version": "0.1.45",
55
"license": "MIT",
66
"nodeModulesDir": "auto",
77
"tasks": {

jsr.json

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

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const version = "0.1.44";
1+
const version = "0.1.45";
22
export default version;

0 commit comments

Comments
 (0)