diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ec596..d5fbbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the "vscode-abap-remote-fs" extension will be documented Format based on [Keep a Changelog](http://keepachangelog.com/) -## [0.3.2] +## [0.3.3] - 2019-01-19 ### Added diff --git a/README.md b/README.md index efd7edc..fb3700e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This extension allows editing and activation of ABAP code on your server directly in Visual studio code, including transport assignment and creation (if your system supports it). -# new in 0.3.2 +# new in 0.3.3 - SAPGUI integration: in classes, programs and function modules F5 will now open the relevant transaction in SAPGUI _NOTE:_ client is required for SAPGUI support, other parameters might be needed too - client and language support in configuration diff --git a/package.json b/package.json index f13482d..2dd2984 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-abap-remote-fs", "displayName": "vscode_abap_remote_fs", "description": "Work on your ABAP code straight from the server", - "version": "0.3.2", + "version": "0.3.3", "publisher": "murbani", "license": "MIT", "icon": "images/abapfs_icon.png",