Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Mar 28, 2015
1 parent a6e0dc8 commit 615e30c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 70 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ A simple, reactive schema validation smart package for Meteor.

## Change Log

### 1.3.2

Bug fixes and MongoDB 2.6+ compatibility fixes

### 1.3.1

* Fix "undefined is not allowed by the schema" error message
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "aldeed:simple-schema",
summary: "A simple schema validation object with reactivity. Used by collection2 and autoform.",
version: "1.3.1",
version: "1.3.2",
git: "https://github.com/aldeed/meteor-simple-schema.git"
});

Expand Down
43 changes: 0 additions & 43 deletions versions.json

This file was deleted.

0 comments on commit 615e30c

Please sign in to comment.