068b8d39 by Michael Richards

Bump to 0.2.1.

1 parent 85eb25be
1 { 1 {
2 "name" : "rivets", 2 "name" : "rivets",
3 "description" : "Declarative data binding facility.", 3 "description" : "Declarative data binding facility.",
4 "version" : "0.2.0", 4 "version" : "0.2.1",
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.2.0 2 # version : 0.2.1
3 # author : Michael Richards 3 # author : Michael Richards
4 # license : MIT 4 # license : MIT
5 5
......