Skip to content

Commit

Permalink
version bump -> 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honestbleeps committed Oct 14, 2014
1 parent 634a34f commit 02136bb
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Reddit Enhancement Suite",
"version": "4.5.1",
"version": "4.5.2",
"manifest_version": 2,
"minimum_chrome_version": "26.0",
"description": "Reddit Enhancement Suite - a group of enhancements for browsing Reddit",
Expand Down
4 changes: 2 additions & 2 deletions Opera/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" version="4.5.1" id="extensions:res-extension">
<widget xmlns="http://www.w3.org/ns/widgets" version="4.5.2" id="extensions:res-extension">
<name>Reddit Enhancement Suite</name>
<description>RES provides several addons to enhance your browsing experience - each of which is configurable. You can enable/disable any of the modules, and most of them have their own options that can also be personalized.</description>
<update-description href="http://redditenhancementsuite.com/update-opera.php?v=4.5.1"/>
<update-description href="http://redditenhancementsuite.com/update-opera.php?v=4.5.2"/>
<author href="http://www.honestbleeps.com/">Steve Sobel</author>
<access origin="http://reddit.com" subdomains="true" />
<access origin="https://ssl.reddit.com" />
Expand Down
2 changes: 1 addition & 1 deletion OperaBlink/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Reddit Enhancement Suite",
"version": "4.5.1",
"version": "4.5.2",
"manifest_version": 2,
"minimum_chrome_version": "26.0",
"description": "Reddit Enhancement Suite - a group of enhancements for browsing Reddit",
Expand Down
4 changes: 2 additions & 2 deletions RES.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>4.5.1</string>
<string>4.5.2</string>
<key>CFBundleVersion</key>
<string>4.5.1</string>
<string>4.5.2</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
Expand Down
2 changes: 1 addition & 1 deletion XPI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reddit_res",
"license": "GPL",
"author": "honestbleeps",
"version": "4.5.1",
"version": "4.5.2",
"fullName": "Reddit Enhancement Suite",
"id": "jid1-xUfzOsOFlzSOXg",
"description": "A suite of tools to enhance Reddit",
Expand Down
2 changes: 1 addition & 1 deletion lib/reddit_enhancement_suite.user.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var RESVersion = '4.5.1';
var RESVersion = '4.5.2';
var RESdefaultModuleID = 'contribute'; // Show this module by default when opening settings

var jQuery, $, guiders, Favico, SnuOwnd;
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "RES",
"version": "4.5.1",
"description": "A suite of modules that enhance your Reddit browsing experience",
"private": true,
"homepage": "http://redditenhancementsuite.com/",
"repository": {
"type": "git",
"url": "https://github.com/honestbleeps/Reddit-Enhancement-Suite.git"
},
"devDependencies": {
"grunt-cli": "~0.1.5",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-qunit": "^0.4.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.2",
"qunitjs": "^1.10.0",
"selenium-webdriver": "^2.41.0",
"selenium-server": "~2.38.0",
"wrench": "~1.5.8"
},
"license": "GPL-3.0",
"readmeFilename": "README.md"
"name": "RES",
"version": "4.5.2",
"description": "A suite of modules that enhance your Reddit browsing experience",
"private": true,
"homepage": "http://redditenhancementsuite.com/",
"repository": {
"type": "git",
"url": "https://github.com/honestbleeps/Reddit-Enhancement-Suite.git"
},
"devDependencies": {
"grunt-cli": "~0.1.5",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-qunit": "^0.4.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.2",
"qunitjs": "^1.10.0",
"selenium-webdriver": "^2.41.0",
"selenium-server": "~2.38.0",
"wrench": "~1.5.8"
},
"license": "GPL-3.0",
"readmeFilename": "README.md"
}
3 changes: 2 additions & 1 deletion utils/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// var lastVersionDate = '2014-04-03'; // 4.3.2.1
// var lastVersionDate = '2014-07-02'; // 4.5.0.1
// var lastVersionDate = '2014-07-07'; // 4.5.0.2
var lastVersionDate = '2014-09-13'; // 4.5.1
// var lastVersionDate = '2014-09-13'; // 4.5.1
var lastVersionDate = '2014-10-13'; // 4.5.2

/*
Expand Down

0 comments on commit 02136bb

Please sign in to comment.