Skip to content

Commit

Permalink
version to 1.0.0 for a new master branch to be released to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark MacGillivray committed Oct 27, 2016
1 parent 9bfb9c4 commit 7576264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions js/oab.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

var oab = {

debug : true, // this puts the button in debug mode, issues debug warnings
debug : false, // this puts the button in debug mode, issues debug warnings

bookmarklet : false, // this lib is also used by a bookmarklet, which sets this to change plugin type

api_address : 'https://dev.api.cottagelabs.com/service/oab', // 'https://api.openaccessbutton.org',
api_address : /*'https://dev.api.cottagelabs.com/service/oab', //*/ 'https://api.openaccessbutton.org',

site_address : 'http://oab.test.cottagelabs.com', // 'https://openaccessbutton.org',
site_address : /*'http://oab.test.cottagelabs.com', //*/ 'https://openaccessbutton.org',

howto_address : '/instructions',

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Open Access Button",
"version": "0.2.5",
"version_name": "oabutton_0.2.5",
"version": "1.0.0",
"version_name": "oabutton_1.0.0",
"manifest_version": 2,
"description": "Push Button. Get Research. Make Progress.",
"icons": {
Expand Down

0 comments on commit 7576264

Please sign in to comment.