Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelor committed Sep 27, 2017
1 parent 4341de6 commit 1369f3e
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.1
// @date 25-08-2017
// @version 2.2.2
// @date 27-09-2017
// @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-2016 OmertaBeyond Dev Team
* Copyright (c) 2007-2017 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.1
// @date 25-08-2017
// @version 2.2.2
// @date 27-09-2017
// @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.1';
var OB_VERSION = '2.2.2';

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

0 comments on commit 1369f3e

Please sign in to comment.