Skip to content

Commit

Permalink
realease(5.0.1): bumping new version *5.0.1*
Browse files Browse the repository at this point in the history
  • Loading branch information
TalasZh committed Apr 10, 2018
1 parent 7ce60a4 commit 7122356
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.0",
"version": "5.0.1",
"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.0",
"version_name": "5.0.0",
"version": "5.0.1",
"version_name": "5.0.1",
"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.0",
"version": "5.0.1",
"watch_list": [
{
"active": true,
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.0</string>
<string>5.0.1</string>
<key>CFBundleVersion</key>
<string>5.0.0</string>
<string>5.0.1</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.0.0",
"version_name": "5.0.0.0",
"version": "5.0.1.0",
"version_name": "5.0.1.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.0.0" />
Version="5.0.1.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.0",
"version": "5.0.1",
"description": "__MSG_ext_description__",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
Expand Down
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": "4.2.0",
"version": "5.0.1",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 7122356

Please sign in to comment.