Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
honestbleeps committed Sep 14, 2014
1 parent 95957e9 commit 743dc9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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.0.2",
"version": "4.5.1",
"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.0.2" id="extensions:res-extension">
<widget xmlns="http://www.w3.org/ns/widgets" version="4.5.1" 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.0.2"/>
<update-description href="http://redditenhancementsuite.com/update-opera.php?v=4.5.1"/>
<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.0.2",
"version": "4.5.1",
"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.0.2</string>
<string>4.5.1</string>
<key>CFBundleVersion</key>
<string>4.5.0.2</string>
<string>4.5.1</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
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.0.2';
var RESVersion = '4.5.1';
var RESdefaultModuleID = 'contribute'; // Show this module by default when opening settings

var jQuery, $, guiders, Favico, SnuOwnd;
Expand Down
3 changes: 2 additions & 1 deletion utils/changelog.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env node
// 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-07-07'; // 4.5.0.2
var lastVersionDate = '2014-09-13'; // 4.5.1

/*
Expand Down

0 comments on commit 743dc9e

Please sign in to comment.