Skip to content

Commit

Permalink
ci(release): bump e2e-plugin version - *4.0.0*
Browse files Browse the repository at this point in the history
  • Loading branch information
TalasZh committed Nov 23, 2017
1 parent 3ae1fd9 commit 5c842da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 25 deletions.
20 changes: 2 additions & 18 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module.exports = function(grunt) {
src: '**/*',
cwd: 'locales',
dest: 'build/firefox/_locales'
},
}
]
},
dep: {
Expand Down Expand Up @@ -319,15 +319,6 @@ module.exports = function(grunt) {
}
}
]
},
xpi: {
expand: true,
flatten: true,
src: 'dist/*.xpi',
dest: 'dist/',
rename: function(dest) {
return dest + 'e2e-plugin.firefox.xpi';
}
}
},

Expand Down Expand Up @@ -378,13 +369,6 @@ module.exports = function(grunt) {
}]
}
},

jpm: {
options: {
src: "./build/firefox",
xpi: "./dist/"
}
},
shell: {
move_firefox_dist: {
command: 'mv dist/subutai_e2e_plugin-*.zip dist/e2e-plugin.firefox.zip'
Expand Down Expand Up @@ -425,7 +409,7 @@ module.exports = function(grunt) {

grunt.registerTask('dist-ff', ['shell:webex_build', 'shell:move_firefox_dist']);
grunt.registerTask('sign-ffa', function() {
grunt.util.spawn({cmd: 'sign-dist/ffa-sign.sh', args: ['cert/ffa-api-credentials.sh', 'dist/e2e-plugin.firefox.xpi']});
grunt.util.spawn({cmd: 'sign-dist/ffa-sign.sh', args: ['cert/ffa-api-credentials.sh', 'dist/e2e-plugin.firefox.zip']});
});
grunt.registerTask('dist-doc', ['jsdoc', 'compress:doc']);

Expand Down
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": "3.0.0",
"version": "4.0.0",
"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": "3.0.0",
"version_name": "3.0.0",
"version": "4.0.0",
"version_name": "4.0.0",
"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": "3.0.0",
"version": "4.0.0",
"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>3.0.0</string>
<string>4.0.0</string>
<key>CFBundleVersion</key>
<string>3.0.0</string>
<string>4.0.0</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
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": "3.0.0",
"version": "4.0.0",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 5c842da

Please sign in to comment.