Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jan 6, 2016
1 parent f10144d commit af975a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typology",
"version": "1.0.0",
"version": "1.1.0",
"description": "A data validation library for Node.js and the browser.",
"main": "typology.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions typology.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* typology.js - A data validation library for Node.js and the browser,
*
* Version: 1.0.0
* Version: 1.1.0
* Sources: http://github.com/jacomyal/typology
* Doc: http://github.com/jacomyal/typology#readme
*
Expand Down Expand Up @@ -675,7 +675,7 @@

// Version:
Object.defineProperty(types, 'version', {
value: '1.0.0'
value: '1.1.0'
});


Expand Down
4 changes: 2 additions & 2 deletions typology.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af975a4

Please sign in to comment.