Skip to content

Commit a675643

Browse files
committed
Version 1.7.1
1 parent da4f2a3 commit a675643

10 files changed

Lines changed: 14 additions & 15 deletions

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## SmartProxy
22

3-
[![license](https://img.shields.io/github/license/salarcode/SmartProxy.svg)](https://github.com/salarcode/SmartProxy/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/salarcode/SmartProxy.svg)]() [![Crowdin](https://d322cqt584bo4o.cloudfront.net/smartproxy/localized.svg)](https://crowdin.com/project/smartproxy)
3+
[![license](https://img.shields.io/github/license/salarcode/SmartProxy.svg)](https://github.com/salarcode/SmartProxy/blob/master/LICENSE) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/smartproxy/localized.svg)](https://crowdin.com/project/smartproxy)
44

55
#### Download From Store
66

77
* [![Mozilla Add-on](https://img.shields.io/amo/v/smartproxy.svg)](https://addons.mozilla.org/en-US/firefox/addon/smartproxy/) [Firefox Desktop and Android Extension](https://addons.mozilla.org/en-US/firefox/addon/smartproxy)
88
* [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jogcnplbkgkfdakgdenhlpcfhjioidoj.svg)](https://chrome.google.com/webstore/detail/smartproxy/jogcnplbkgkfdakgdenhlpcfhjioidoj) [Chrome Extension](https://chrome.google.com/webstore/detail/smartproxy/jogcnplbkgkfdakgdenhlpcfhjioidoj)
9-
* [![Edge Extension](https://img.shields.io/badge/Edge%20Extension-v1.4.x-0884D8)](https://microsoftedge.microsoft.com/addons/detail/canbjhbbhfggbdfgpddpnckdjgfcbnpb) [Edge Extension](https://microsoftedge.microsoft.com/addons/detail/canbjhbbhfggbdfgpddpnckdjgfcbnpb)
10-
* [![Thunderbird Add-on](https://img.shields.io/badge/thunderbird%20add--on-v1.4.x-blue)](https://addons.thunderbird.net/en-US/thunderbird/addon/smartproxy/) [Thunderbird Extension](https://addons.thunderbird.net/en-US/thunderbird/addon/smartproxy/)
9+
* [![Edge Extension](https://img.shields.io/badge/Edge%20Extension-v1.7.x-0884D8)](https://microsoftedge.microsoft.com/addons/detail/canbjhbbhfggbdfgpddpnckdjgfcbnpb) [Edge Extension](https://microsoftedge.microsoft.com/addons/detail/canbjhbbhfggbdfgpddpnckdjgfcbnpb)
1110

1211
#### What is SmartProxy
1312
SmartProxy is a Firefox/Chrome extension based on WebExtensions/Chrome Extensions technology.

src/manifest-chrome-mv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 3,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-edge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-firefox-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-firefox-unlisted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-opera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

src/manifest-thunderbird.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extensionName__",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"author": "Salar Khalilzadeh",
66
"description": "__MSG_extensionDescription__",

updateinfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"latestVersion": {
3-
"version": "1.7",
4-
"versionName": "1.7",
3+
"version": "1.7.1",
4+
"versionName": "1.7.1",
55
"downloadPage": "https://github.com/salarcode/SmartProxy/releases"
66
},
77
"browsers": {
@@ -14,8 +14,8 @@
1414
},
1515
"Firefox": {
1616
"latestVersion": {
17-
"version": "1.6.2",
18-
"versionName": "1.6.2",
17+
"version": "1.7.1",
18+
"versionName": "1.7.1",
1919
"downloadPage": "https://addons.mozilla.org/en-US/firefox/addon/smartproxy/"
2020
}
2121
},

0 commit comments

Comments
 (0)