提交 03a7bd4e 编写于 作者: J Jerome Etienne

Last commit before release

上级 6a3d1bb9
......@@ -243,8 +243,11 @@ git add . && git commit -a -m 'Last commit before release'
# Go to master branch
git checkout master
# Merge dev branch into master branch
git merge dev
# tag the release
git tag 1.4.9
git tag 1.4.10
# push the tag on github
git push origin --tags
......
{
"name": "ar.js",
"version": "1.4.9",
"version": "1.4.10",
"description": "Efficient Augmented Reality for the Web",
"main": "three.js",
"scripts": {
......
......@@ -73,7 +73,7 @@ Object.assign( ARjs.Context.prototype, THREE.EventDispatcher.prototype );
// ARjs.Context.baseURL = '../'
// default to github page
ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/'
ARjs.Context.REVISION = '1.4.9'
ARjs.Context.REVISION = '1.4.10'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册