Skip to content

Commit

Permalink
Bump version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelor committed Nov 7, 2018
1 parent 8aca339 commit 261311b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ob.meta.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// ==UserScript==
// @name Omerta Beyond
// @id Omerta Beyond
// @version 2.2.4
// @date 24-05-2018
// @version 2.2.5
// @date 07-11-2018
// @description Omerta Beyond 2.2 (We're back to reclaim the throne ;))
// @homepageURL https://www.omertabeyond.net/
// @namespace v4.omertabeyond.com
Expand Down
6 changes: 3 additions & 3 deletions ob.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// ==UserScript==
// @name Omerta Beyond
// @id Omerta Beyond
// @version 2.2.4
// @date 24-05-2018
// @version 2.2.5
// @date 07-11-2018
// @description Omerta Beyond 2.2 (We're back to reclaim the throne ;))
// @homepageURL https://www.omertabeyond.net/
// @namespace v4.omertabeyond.com
Expand Down Expand Up @@ -100,7 +100,7 @@ var OB_API_NEW_WEBSITE = 'https://api.omertabeyond.net';
var OB_NEWS_WEBSITE = 'https://news.omertabeyond.net';
var OB_RIX_WEBSITE = 'https://rix.omertabeyond.net';
var OB_CDN_URL = 'https://d1oi19aitxwcck.cloudfront.net';
var OB_VERSION = '2.2.4';
var OB_VERSION = '2.2.5';

/*
* Define crucial functions and variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omertabeyond",
"version": "2.2.4",
"version": "2.2.5",
"author": "OBDev Team (https://github.com/OmertaBeyond/OBv2)",
"contributors": [
"vBm <[email protected]>",
Expand Down

2 comments on commit 261311b

@Martii
Copy link
Contributor

@Martii Martii commented on 261311b Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vBm and everyone else
Had to resave your script, as you on OUJS, to pick up on the OpenUserJS metadata block. When I have some free time I'll see what's up. Collaborators weren't showing but with the resave (no changes on OUJS) it did. Copied your metadata block and altered it to me being the @author and it worked on my account. Guessing that something may be up with the webhook or GH itself since I had issues with GH logging me off recently. Sync was done and no login to OUJS

OUJS Admin

@Martii
Copy link
Contributor

@Martii Martii commented on 261311b Nov 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm unable to replicate.

See test at:

  1. Martii/UserScripts@81e0d15
  2. Martii/UserScripts@dac3587

Result: PASS

Uggh! Possibly the GH issue I was mentioning. Will watch it.

Please sign in to comment.