Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellourbani committed Jan 19, 2019
1 parent dfbe9ef commit 2cd70a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2cd70a8

Please sign in to comment.