diff --git a/README.md b/README.md index cbff683..64da4d0 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ If you don't like the already available themes, you can download one from [http: ## Changelog +### 0.1.0 +* Fixed issues caused by latest versions of Jade in the inspection dashboard +* Fixed listing of platform-specific files (issue #16) + ### 0.0.5 * Fixed websocket errors in latest Chrome Version 30.0.1599.66 (issue #7) * Enabled console panel persistence across reloads (issue #3) diff --git a/package.json b/package.json index e227e11..c53ec40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ti-inspector", - "version": "0.0.5", + "version": "0.1.0", "description": "Debug Appcelerator Titanium apps in Chrome DevTools", "repository": "", "keywords": [ @@ -23,6 +23,10 @@ }, "bin": { "ti-inspector": "bin/inspector.js" + }, + "repository" : { + "type" : "git", + "url" : "http://github.com/omorandi/TiInspector.git" } } \ No newline at end of file