Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timkeane committed Jan 16, 2016
1 parent 09aa350 commit d1a3729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
appName = 'nyc-lib'
ver = 'v0.0.9'
ver = 'v0.1.0'
pkgDir = "${buildDir}/${appName}/${ver}"
remoteDir = "${appName}/${ver}"
srcDir = "${projectDir}/src/main"
Expand Down
1 change: 1 addition & 0 deletions src/main/js/nyc/collapsible-month-range.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ nyc.MonthRangePicker = function(options){
$(this.min).change($.proxy(this.disableMax, this));
$(this.max).change($.proxy(this.disableMin, this));
this.changed();
this.disableMax();
};

nyc.MonthRangePicker.prototype = {
Expand Down

0 comments on commit d1a3729

Please sign in to comment.