Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Bump -core
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jun 13, 2016
1 parent cab4d4a commit 2285ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "0.4.2",
"version": "0.4.3",
"icon": "images/icon.png",
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.",
"repository": {
Expand All @@ -18,7 +18,7 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"vscode-chrome-debug-core": "0.1.2"
"vscode-chrome-debug-core": "0.1.3"
},
"devDependencies": {
"gulp": "^3.9.1",
Expand Down

0 comments on commit 2285ac1

Please sign in to comment.