提交 639d6889 编写于 作者: J Jerome Etienne

Last commit before release

上级 2f426738
# 1.6.2-dev
# 1.6.2
- Adds TravisCI config with NPM deployment configured - thanks @joestrong -
[#344](https://github.com/jeromeetienne/AR.js/pull/344)
......
......@@ -261,7 +261,7 @@ git checkout master
git merge dev
# tag the release
git tag 1.6.1
git tag 1.6.2
# push the tag on github
git push origin --tags
......
......@@ -5254,7 +5254,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.6.1'
ARjs.Context.REVISION = '1.6.2'
因为 它太大了无法显示 source diff 。你可以改为 查看blob
{
"name": "ar.js",
"version": "1.6.1",
"version": "1.6.2",
"description": "Efficient Augmented Reality for the Web",
"main": "",
"scripts": {
......
......@@ -5254,7 +5254,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.6.1'
ARjs.Context.REVISION = '1.6.2'
此差异已折叠。
......@@ -49364,7 +49364,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.6.1'
ARjs.Context.REVISION = '1.6.2'
......@@ -76,7 +76,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.6.1'
ARjs.Context.REVISION = '1.6.2'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册