Skip to content

Commit

Permalink
Released verion 2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Jan 17, 2011
1 parent f8a381e commit ef591e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Expand Up @@ -124,7 +124,7 @@ - (NSDictionary *)appledocData {
if (!result) {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0b3" forKey:@"version"];
[result setObject:@"2.0" forKey:@"version"];
[result setObject:@"514" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
Expand Down

0 comments on commit ef591e9

Please sign in to comment.