Skip to content

Commit

Permalink
Merge pull request #13 from dragouf/development
Browse files Browse the repository at this point in the history
v2.2.1: bug fix
  • Loading branch information
dragouf committed May 28, 2016
2 parents c4460df + 375c5d0 commit 0304bfb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions extension/chrome/src/js/stash_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,7 @@
WRM.require("wr!" + 'com.atlassian.auiplugin:aui-flag').then(function(d) {
loadAuiFlag.resolve();
});
}
catch (_) {
// optional
loadAuiFlag.resolve();
Expand Down
2 changes: 1 addition & 1 deletion extension/chrome/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Bitbucket Server Extension",
"description": "Allow to add group of reviewers for pull request in bitbucket server + other features",
"version": "2.2.0",
"version": "2.2.1",
"permissions": [
"storage",
"alarms",
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions history
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.1
===================
- fix bug: syntax error...

2.2.0
===================
- add version check (user is notified when a new version is committed to github)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit 0304bfb

Please sign in to comment.