Skip to content

Commit

Permalink
chore(all): prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 25, 2017
1 parent 2abb43a commit 2cccf33
Show file tree
Hide file tree
Showing 5 changed files with 24,119 additions and 17 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Aurelia Inspector",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Chrome plugin adding a new inspector pane to the Elements panel, providing Aurelia-specific information about selected elements.",
"devtools_page": "devtools.html",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-inspector",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Chrome plugin that adds a new inspector pane to the Elements panel, providing Aurelia-specific information about selected elements.",
"keywords": [
"aurelia",
Expand Down
24,126 changes: 24,114 additions & 12 deletions scripts/app-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/app-bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/environment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
debug: false,
testing: false
debug: true,
testing: true
};

0 comments on commit 2cccf33

Please sign in to comment.