diff --git a/gulpfile.js b/gulpfile.js index ab9a9865..b605d517 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -136,8 +136,8 @@ gulp.task('deploy', ['deploy:updateSubmodule', 'deploy:bump', 'deploy:build', 'd 'cd ./dist/', 'git add -A', 'git commit -am "Deploy <%= getVersion(file.path) %>" -n', - 'git tag -a v<%= getVersion(file.path) %> -m "Release <%= getVersion(file.path) %>"', 'git push', + 'git tag -a v<%= getVersion(file.path) %> -m "Release <%= getVersion(file.path) %>"', 'git push origin --tags', 'cd ..', 'git commit -am "Release <%= getVersion(file.path) %>" -n', diff --git a/package.json b/package.json index 98644861..74f7b3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.6.20", + "version": "0.6.21", "description": "A framework for real-time p2p shared editing on arbitrary complex data types", "main": "y.js", "scripts": {