3a172296 by Michael Richards

Bump to 0.1.12.

1 parent 855e927e
1 { 1 {
2 "name" : "rivets", 2 "name" : "rivets",
3 "description" : "Declarative DOM-binding facility.", 3 "description" : "Declarative DOM-binding facility.",
4 "version" : "0.1.11", 4 "version" : "0.1.12",
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.11 2 # version : 0.1.12
3 # author : Michael Richards 3 # author : Michael Richards
4 # license : MIT 4 # license : MIT
5 5
......