Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  - Update README with changelog
  - Update `package.json` with updated version number
  • Loading branch information
craig-davis committed Oct 29, 2014
1 parent 9b6e9fd commit 023dc8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ plato.inspect(files, outputDir, {}, callback);

## Release History

- 1.2.1 Bumping versions for jshint and lodash
- 1.2.0 add ability to disable jshint
- 1.1.0 fix issue with running casperjs tests
- 1.0.1 fix issue with first line hashbang
- 1.0.0 promote to 1.0.0 with bug fixes
- 0.6.2 Added sortable file list, updated to bootstrap 3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plato",
"description": "JavaScript source analysis and visualizer",
"version": "1.1.0",
"version": "1.2.1",
"homepage": "https://github.com/es-analysis/plato",
"author": {
"name": "Jarrod Overson",
Expand Down

0 comments on commit 023dc8f

Please sign in to comment.