Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelor committed May 24, 2018
1 parent d1967c8 commit 957b026
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3
// @date 06-10-2017
// @version 2.2.4
// @date 24-05-2018
// @description Omerta Beyond 2.2 (We're back to reclaim the throne ;))
// @homepageURL https://www.omertabeyond.net/
// @namespace v4.omertabeyond.com
Expand Down
8 changes: 4 additions & 4 deletions ob.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007-2017 OmertaBeyond Dev Team
* Copyright (c) 2007-2018 OmertaBeyond Dev Team
*
* OmertaBeyond is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -19,8 +19,8 @@
// ==UserScript==
// @name Omerta Beyond
// @id Omerta Beyond
// @version 2.2.3
// @date 06-10-2017
// @version 2.2.4
// @date 24-05-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.3';
var OB_VERSION = '2.2.4';

/*
* 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.3",
"version": "2.2.4",
"author": "OBDev Team (https://github.com/OmertaBeyond/OBv2)",
"contributors": [
"vBm <[email protected]>",
Expand Down

0 comments on commit 957b026

Please sign in to comment.