Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jan 29, 2017
1 parent 005a26a commit 3200131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions vscode_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## [Unreleased]

## [0.1.7] - 2017-01-27
### Fixed
- program arg is not available at Lua
- Improve launch.json snipped
Expand Down
4 changes: 2 additions & 2 deletions vscode_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lrdb",
"displayName": "LRDB",
"description": "Lua Remote DeBugger",
"version": "0.1.6",
"version": "0.1.7",
"publisher": "satoren",
"engines": {
"vscode": "^1.8.0"
Expand Down Expand Up @@ -150,5 +150,5 @@
"@types/mocha": "^2.2.32"
},
"icon": "images/icon.png",
"license": "LICENSE_1_0.txt"
"license": "BSL-1.0"
}

0 comments on commit 3200131

Please sign in to comment.