Skip to content

Commit

Permalink
release for v0.0.3 that has custom rule support
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Jul 25, 2017
1 parent 738fc5b commit 248b670
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-react-validator",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"version": "0.0.2",
"version": "0.0.3",
"authors": [
"Stuart Yamartino"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-react-validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Simple React Validator v0.0.1 | Created By Dockwa | MIT License | 2017
// Simple React Validator v0.0.3 | Created By Dockwa | MIT License | 2017
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['react'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-react-validator.min.js

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

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var inject = require('gulp-inject-string')
var rename = require('gulp-rename');
var uglify = require('gulp-uglify');
var babel = require('gulp-babel');
var HEADER_COMMENT = '// Simple React Validator v0.0.1 | Created By Dockwa | MIT License | 2017\n';
var HEADER_COMMENT = '// Simple React Validator v0.0.3 | Created By Dockwa | MIT License | 2017\n';

var gutil = require('gulp-util');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-react-validator",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple react form validator inspired by Laravel validation.",
"main": "dist/simple-react-validator.min.js",
"dependencies": {},
Expand Down

0 comments on commit 248b670

Please sign in to comment.