Skip to content

Commit

Permalink
Merge pull request #94 from subutai-io/version707
Browse files Browse the repository at this point in the history
6.0.7
  • Loading branch information
absidish authored Jul 11, 2019
2 parents 452876e + dc5c408 commit 9338564
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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": "6.0.6",
"version": "6.0.7",
"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": "6.0.6",
"version_name": "6.0.6",
"version": "6.0.7",
"version_name": "6.0.7",
"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": "6.0.6",
"version": "6.0.7",
"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 @@ -11,9 +11,9 @@
<key>CFBundleIdentifier</key>
<string>io.subutai.tooling.e2eplugin.sfx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0.6</string>
<string>6.0.7</string>
<key>CFBundleShortVersionString</key>
<string>6.0.6</string>
<string>6.0.7</string>
<key>CFBundleVersion</key>
<string>6.0.1</string>
<key>Chrome</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": "6.0.6",
"version_name": "6.0.6",
"version": "6.0.7",
"version_name": "6.0.7",
"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="6.0.6" />
Version="6.0.7" />

<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": "6.0.6",
"version": "6.0.7",
"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": "6.0.6",
"version": "6.0.7",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 9338564

Please sign in to comment.