diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9c343..6871bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [1.1.3] - 2023-03-21 ### Fixed - $ in function and identifier names diff --git a/package.json b/package.json index 1e7f98e..e2e2748 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "FunC Language Support", "description": "This extension enables support for FunC in VS Code.", "icon": "logo.png", - "version": "1.1.2", + "version": "1.1.3", "engines": { "vscode": "^1.63.0" },