Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Jan 4, 2018
1 parent 5fca12d commit bb5df3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector2js",
"version": "1.0.2",
"version": "2.0.1",
"homepage": "https://ronenness.github.io/Vector2js/",
"authors": [
"Ronen Ness <ronenness@gmail.com>"
Expand All @@ -9,9 +9,9 @@
"keywords": [
"vectors",
"2d vectors",
"2d",
"math",
"physics",
"2d",
"math",
"physics",
"game"
],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/vector2js.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Vector.prototype = {

// version
version: "1.0.3",
version: "2.0.1",

// [API]
// [chainable, clone]
Expand Down
2 changes: 1 addition & 1 deletion dist/vector2js.min.js

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector2js",
"version": "1.0.2",
"version": "2.0.1",
"description": "Simple 2D vectors for JavaScript.",
"main": "dist/vector2js.js",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"keywords": [
"vectors",
"2d vectors",
"2d",
"math",
"physics",
"2d",
"math",
"physics",
"game"
],
"author": "Ronen Ness",
Expand Down

0 comments on commit bb5df3a

Please sign in to comment.