Skip to content

Commit

Permalink
bumped version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omorandi committed Jan 1, 2014
1 parent 035ba86 commit 18d34b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -23,6 +23,10 @@
},
"bin": {
"ti-inspector": "bin/inspector.js"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/omorandi/TiInspector.git"
}

}

0 comments on commit 18d34b2

Please sign in to comment.