Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TuurDutoit committed Apr 7, 2015
1 parent 4062c32 commit 72cf7bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Crash
=====
v.1.0.0
v.1.1.0

Crash performs optimized 2D collisions, powered by [RBush] and [SAT.js], written in javascript.
It's most obvious use-case is in game engines, but it's flexible enough to be used anywhere.
Expand Down Expand Up @@ -33,8 +33,8 @@ Crash is perfectly happy in the browser and on Node.js.
## Installation
At the moment, package managers are not yet set up. Just download one of the following files from this repo and load it in your project.

1. [crash.js]: full source, with comments and all (12.8kB).
2. [crash.min.js]: minified, ready to be used in production (5.3kB or 1.7kB gzipped).
1. [crash.js]: full source, with comments and all (13.6kB).
2. [crash.min.js]: minified, ready to be used in production (5.6kB or 1.8kB gzipped).

When you have installed Crash, head over to the [Getting Started section][getting-started].

Expand Down
2 changes: 1 addition & 1 deletion crash.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Crash
// Version 1.0.0 - Copyright 2015 - Tuur Dutoit <[email protected]>
// Version 1.1.0 - Copyright 2015 - Tuur Dutoit <[email protected]>
//
// Released under the MIT License - https://github.com/TuurDutoit/crash
//
Expand Down
2 changes: 1 addition & 1 deletion crash.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": "crash-colliders",
"version": "1.0.0",
"version": "1.1.0",
"description": "Crash performs optimized 2D collisions, powered by RBush and SAT.js, written in javascript.",
"main": "crash.js",
"dependencies": {
Expand Down

0 comments on commit 72cf7bf

Please sign in to comment.