Skip to content

Commit

Permalink
Increased version to 2.0.1, build 530.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Jan 26, 2011
1 parent 7692a51 commit 9972aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppledocTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>525</string>
<string>530</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Application/GBApplicationStringsProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ - (NSDictionary *)appledocData {
if (!result) {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0" forKey:@"version"];
[result setObject:@"525" forKey:@"build"];
[result setObject:@"2.0.1" forKey:@"version"];
[result setObject:@"530" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
return result;
Expand Down

0 comments on commit 9972aee

Please sign in to comment.