Skip to content

Commit 319e714

Browse files
committed
Bumped to v0.3.0
1 parent a47d8c4 commit 319e714

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

dist/StretchTransform.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,9 @@ function StretchTransform() {
451451
// -----------------------------------------------------------------------------------
452452

453453

454-
454+
/**
455+
* An Anchor has an origin an a target position. Usually you won't have to deal with it directly. Still, there are some functions which could come handy.
456+
*/
455457
function Anchor(pOrigin, pTarget) {
456458
this.originPosition = V.create();
457459
this.targetPosition = V.create();
@@ -640,7 +642,7 @@ THE SOFTWARE.
640642
},{}],3:[function(require,module,exports){
641643
module.exports={
642644
"name": "StretchTransform.js",
643-
"version": "0.2.1",
645+
"version": "0.3.0",
644646
"description": "A javascript library to transform a plane in a rubbery way.",
645647
"license": "MIT",
646648
"main": "index.js",

dist/StretchTransform.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "StretchTransform.js",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A javascript library to transform a plane in a rubbery way.",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)