Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
Update checker for .24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 25, 2014
1 parent 1f37da3 commit ac90061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/zzVersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static bool IsCompatible()
// Even if you don't lock down functionality, you should return true if your users
// can expect a future update to be available.
//
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision <= 0;
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision <= 1;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down

0 comments on commit ac90061

Please sign in to comment.