4f048110 by Michael Richards

Bump to 0.1.10.

1 parent bdcaa056
1 { 1 {
2 "name" : "rivets", 2 "name" : "rivets",
3 "description" : "Declarative DOM-binding facility.", 3 "description" : "Declarative DOM-binding facility.",
4 "version" : "0.1.9", 4 "version" : "0.1.10",
5 "author" : "Michael Richards", 5 "author" : "Michael Richards",
6 "main" : "./lib/rivets.js", 6 "main" : "./lib/rivets.js",
7 "licenses" : [{ 7 "licenses" : [{
......
1 # rivets.js 1 # rivets.js
2 # version : 0.1.9 2 # version : 0.1.10
3 # author : Michael Richards 3 # author : Michael Richards
4 # license : MIT 4 # license : MIT
5 5
......