Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Aug 26, 2013
1 parent efa8692 commit 3196d34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.8.1

* simplified API: loadMap() --> load()
* turned top level namespace into constructor function
* including versions in dist filesnames

### 0.7.1

* changed namespace to kartograph (lowercase)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "kartograph-js",
"description" : "JavaScript library for SVG mapping",
"version" : "0.7.1",
"version" : "0.8.1",
"author" : "Gregor Aisch",
"homepage" : "http://kartograph.org",
"keywords" : ["svg", "map", "raphael"],
Expand Down

0 comments on commit 3196d34

Please sign in to comment.