Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
nylki committed Jun 15, 2016
1 parent d4110f4 commit 9f95b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {},
"name": "lindenmayer",
"description": "Lindenmayer is a L-System/LSystem library using modern (ES6) JavaScript with focus on a concise syntax. The idea is to have a very powerful but simple base functionality, that can handle most use-cases by simply allowing anonymous functions as productions, which makes it very flexible in comparison to classic L-Systems.",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/lindenmayer.js",
"files": [
"dist/lindenmayer.js",
Expand Down

0 comments on commit 9f95b9e

Please sign in to comment.