Skip to content

Commit

Permalink
- Changed version numbers
Browse files Browse the repository at this point in the history
- Added a linkt to CHANGELOG in README
  • Loading branch information
agektmr committed Aug 27, 2016
1 parent c104dea commit b267ad7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## Version 4.0.1
* Fixed critical bug that deletes all sessions when max unlinked sessions option is set to `Unlimited`.

## Version 4.0.0
* New design + Polymer.
* Added max session settings.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -52,4 +52,6 @@ Of course, [reporting bugs and feature requests](https://chrome.google.com/webst

If you are a developer and thinking about contribution, head to [the github page](https://github.com/agektmr/ProjectTabManager).

See [changelog](CHANGELOG.html)

----
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "project-tab-manager",
"version": "4.0.0",
"version": "4.0.1",
"authors": [
"Eiji Kitamura <agektmr@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ProjectTabManager",
"version": "4.0.0",
"version": "4.0.1",
"description": "Project tab management per window on your Chrome",
"main": "app/js/background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -3,7 +3,7 @@
"short_name": "PTM",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "4.0.0",
"version": "4.0.1",
"icons": {
"48": "img/48.png",
"128": "img/128.png"
Expand Down

0 comments on commit b267ad7

Please sign in to comment.