Skip to content

Commit e08b166

Browse files
committed
updating the build number and angular version
1 parent 1a886dc commit e08b166

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Augury",
33
"short_name": "Augury",
4-
"version": "0.0.2",
4+
"version": "0.0.9",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular 2.0 applications.",
66
"permissions": [
77
"tabs",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "augury",
3-
"version": "0.0.2",
3+
"version": "0.0.9",
44
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
55
"repository": {
66
"type": "git",
@@ -31,7 +31,7 @@
3131
"pack": "./crxmake.sh"
3232
},
3333
"dependencies": {
34-
"angular2": "2.0.0-beta.16",
34+
"angular2": "2.0.0-beta.17",
3535
"basscss": "^7.0.4",
3636
"core-js": "^2.2.2",
3737
"crypto": "0.0.3",

0 commit comments

Comments
 (0)