Skip to content

Commit

Permalink
Requestly v2.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin committed Sep 11, 2014
1 parent e986fa7 commit c43d7c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
zipup: {
package: {
appName: 'Requestly',
version: '2.1',
version: '2.2',
files: [
{ cwd: 'src', src: '**', expand: true, dest: 'src' },
{ cwd: 'resources', src: '**', expand: true, dest: 'resources' },
Expand Down
Binary file added build/Requestly_2.2_2014-09-11_121955.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Requestly",

"version": "2.1",
"version": "2.2",
"manifest_version": 2,
"description": "Chrome Extension to modify HTTP requests",
"description": "Chrome Extension to modify HTTP requests (Redirect | Cancel | Replace)",

"background": {
"scripts": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Requestly",
"version": "2.1",
"description": "A Chrome extension to modify network requests",
"version": "2.2",
"description": "A Chrome extension to modify HTTP requests",
"main": "app.js",
"directories": {
"doc": "docs"
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/shared.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var RQ = RQ || {};

RQ.VERSION = 2.1;
RQ.VERSION = 2.2;

RQ.RULE_TYPES = {
REDIRECT: 'Redirect',
Expand Down

0 comments on commit c43d7c7

Please sign in to comment.