Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jastice committed Apr 22, 2015
1 parent c2e082d commit ce9c290
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"version": "1.0.0",
"version": "1.0.1",
"summary": "A simple-as-possible 2D rigid-body physics engine.",
"repository": "https://github.com/jastice/boxes-and-bubbles.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": ["BoxesAndBubbles", "BoxesAndBubblesBodies"],
"exposed-modules": [
"BoxesAndBubbles",
"BoxesAndBubblesBodies"
],
"dependencies": {
"elm-lang/core": "2.0.0 <= v < 3.0.0"
},
Expand Down

0 comments on commit ce9c290

Please sign in to comment.