diff --git a/README.md b/README.md index f16a9fc..5ec183a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ PHP imports formatter for Visual Studio Code. ## Release Notes +### 0.1.5 + +* Finally done with GitHub Actions + ### 0.1.4 * Use Github Actions instead of Travis CI for deployment diff --git a/package.json b/package.json index 106c9ba..ca9ddc3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "php-imports", "description": "PHP imports formatter for Visual Studio Code", "publisher": "tarik02", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "https://github.com/Tarik02/vscode-php-imports"