3e37aba8 by Michael Richards

Bump to 0.2.3.

1 parent 908701de
1 { 1 {
2 "name" : "rivets", 2 "name" : "rivets",
3 "description" : "Declarative data binding facility.", 3 "description" : "Declarative data binding facility.",
4 "version" : "0.2.2", 4 "version" : "0.2.3",
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.2 2 # version : 0.2.3
3 # author : Michael Richards 3 # author : Michael Richards
4 # license : MIT 4 # license : MIT
5 5
......