Skip to content

Commit

Permalink
Merge pull request #75 from subutai-io/new-release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
zubaidullo authored Apr 30, 2018
2 parents fe543e3 + f696e8e commit 72c7f51
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "porto",
"version": "5.0.2",
"version": "5.0.3",
"description": "Porto is a browser extension library for Google Chrome,Firefox and Safari that allows to develop cross platform browser extension with ease.",
"license": "ALS",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_name__",
"version": "5.0.2",
"version_name": "5.0.2",
"version": "5.0.3",
"version_name": "5.0.3",
"description": "__MSG_ext_description__",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion common/res/defaults.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.2",
"version": "5.0.3",
"watch_list": [
{
"active": true,
Expand Down
4 changes: 2 additions & 2 deletions common/ui/inline/hubTrayPort.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ porto.trayPort.intervalSSID = 0;
var parseError = parseStep1[1].split('==');
if (parseError[1]) {
swal2({
title: "Oh, snap! Error " + parseStep1[0],
title: "Oh snap! Error " + parseStep1[0],
text: parseError[1],
type: "error",
customClass: "b-warning"
Expand Down Expand Up @@ -210,7 +210,7 @@ porto.trayPort.intervalSSID = 0;
var parseError = parseStep1[1].split('==');
if (parseError[1]) {
swal2({
title: "Oh, snap! Error " + parseStep1[0],
title: "Oh snap! Error " + parseStep1[0],
text: parseError[1],
type: "error",
customClass: "b-warning"
Expand Down
4 changes: 2 additions & 2 deletions e2e-plugin.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>5.0.2</string>
<string>5.0.3</string>
<key>CFBundleVersion</key>
<string>5.0.2</string>
<string>5.0.3</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
4 changes: 2 additions & 2 deletions edge/Extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Subutai E2E Plugin",
"author": "Subutai Tooling",
"version": "5.0.2.0",
"version_name": "5.0.2.0",
"version": "5.0.3.0",
"version_name": "5.0.3.0",
"description": "Effortlessly secure the doors to your Subutai Cloud",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion edge/appxmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Identity
Name="4220subutai.SubutaiE2EPlugin"
Publisher="CN=603E8A0B-F784-4A5D-9D3D-1BFF078160CB"
Version="5.0.2.0" />
Version="5.0.3.0" />

<Properties>
<DisplayName>Subutai E2E Plugin</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"name": "__MSG_ext_name__",
"version": "5.0.2",
"version": "5.0.3",
"description": "__MSG_ext_description__",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subutai",
"version": "5.0.2",
"version": "5.0.3",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 72c7f51

Please sign in to comment.