Skip to content

Commit 7a873ea

Browse files
v1.0.0
1 parent b3855c8 commit 7a873ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Change the way you interact with your browser.
44

5-
[![Build Status](https://travis-ci.org/eduardolundgren/tracking.js.svg?branch=1.0.0-alpha)](https://travis-ci.org/eduardolundgren/tracking.js)
5+
[![Build Status](https://travis-ci.org/eduardolundgren/tracking.js.svg?branch=master)](https://travis-ci.org/eduardolundgren/tracking.js)
66

77
## Getting Started
88

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tracking.js",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"homepage": "http://trackingjs.com",
55
"authors": [
66
"Eduardo Lundgren <edu@rdo.io>"
@@ -17,7 +17,7 @@
1717
"node_modules",
1818
"bower_components"
1919
],
20-
"dependencies": {
20+
"devDependencies": {
2121
"threejs": "r67"
2222
}
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tracking.js",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"description": "Augmented Reality JavaScript Framework.",
55
"homepage": "http://trackingjs.com",
66
"keywords": [

0 commit comments

Comments
 (0)