Skip to content

Commit

Permalink
bump fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniohof committed Feb 8, 2019
1 parent 30dfa9f commit 334ba84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dist/aframe-text-texture-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,27 @@
type: "number"
},
fillStyle: {
default: "#fff",
default: "#fffff",
type: "color"
},
lineWidth: {
default: 0,
default: 0.0,
min: 0,
max: 0.5,
type: "number"
},
strokeStyle: {
default: "#fff",
default: "#fffff",
type: "color"
},
opacity: {
default: "1",
default: 1.0,
min: 0,
max: 1,
type: "number"
},
scale: {
default: 1,
default: 1.0,
type: "number"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-text-texture-component.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-text-texture-component",
"version": "0.0.2",
"version": "0.0.3",
"description": "Texture-based text for A-Frame",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 334ba84

Please sign in to comment.