diff --git a/Alcatraz/Views/ATZVersionLabel.m b/Alcatraz/Views/ATZVersionLabel.m index 322e701..caa2a6a 100644 --- a/Alcatraz/Views/ATZVersionLabel.m +++ b/Alcatraz/Views/ATZVersionLabel.m @@ -24,8 +24,8 @@ #import "ATZVersionLabel.h" // Don't update these numbers manually. They're automatically updated from a rake task -#define ATZ_VERSION "1.0" -#define ATZ_REVISION "1a82fb8" +#define ATZ_VERSION "1.0.1" +#define ATZ_REVISION "4f926c0" @implementation ATZVersionLabel