Skip to content

Commit acf1e7e

Browse files
Bump version to 0.5.0
1 parent 917cdb7 commit acf1e7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

htms-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@progalaxyelabs/htms-cli",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "CLI for HTMS compiler",
55
"type": "module",
66
"bin": {
@@ -22,7 +22,7 @@
2222
"author": "ProGalaxy eLabs <[email protected]>",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@progalaxyelabs/htms-compiler": "^0.4.2",
25+
"@progalaxyelabs/htms-compiler": "^0.5.0",
2626
"chokidar": "^3.5.0",
2727
"commander": "^11.0.0",
2828
"picocolors": "^1.0.0"

htms-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "htms-compiler"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["ProGalaxy eLabs <[email protected]>"]
66
license = "MIT"

htms-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "htms-vscode",
33
"displayName": "HTMS Language Support",
44
"description": "Language support for HTMS (HTM Script) files",
5-
"version": "0.3.0",
5+
"version": "0.5.0",
66
"publisher": "progalaxy-labs",
77
"author": "ProGalaxy eLabs <[email protected]>",
88
"repository": {
@@ -68,7 +68,7 @@
6868
"vscode-languageserver-textdocument": "^1.0.11"
6969
},
7070
"optionalDependencies": {
71-
"@progalaxyelabs/htms-compiler": "^0.3.0"
71+
"@progalaxyelabs/htms-compiler": "^0.5.0"
7272
},
7373
"license": "MIT"
7474
}

0 commit comments

Comments
 (0)