Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Jun 30, 2013
1 parent 895e958 commit ffb9d77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Battery Time Remaining/AppDelegate.m
Expand Up @@ -493,7 +493,7 @@ - (void)openHomeUrl:(id)sender

- (void)openMacAppStore:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"macappstore://itunes.apple.com/app/id551420833?mt=12"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"macappstore://itunes.apple.com/app/id665678267?mt=12"]];
}

- (void)promptAutoUpdate:(id)sender
Expand Down
4 changes: 2 additions & 2 deletions Battery Time Remaining/Battery Time Remaining-Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.2</string>
<string>1.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSHasLocalizedDisplayName</key>
Expand Down
4 changes: 4 additions & 0 deletions Readme.md
Expand Up @@ -46,6 +46,10 @@ App icon provided by happytel.com free calling for all.
Change log
----------

2013-06-30 - **v1.6.3** - [diff](https://github.com/codler/Battery-Time-Remaining/compare/v1.6.2...v1.6.3)

* Added Russian language ([ericbroska](https://github.com/ericbroska) [#58](https://github.com/codler/Battery-Time-Remaining/pull/58))

2013-01-20 - **v1.6.2** - [diff](https://github.com/codler/Battery-Time-Remaining/compare/v1.6.1...v1.6.2)

* Added Spanish language ([danielmartin](https://github.com/danielmartin) [#56](https://github.com/codler/Battery-Time-Remaining/pull/56))
Expand Down
2 changes: 1 addition & 1 deletion build_version
@@ -1 +1 @@
13
14

0 comments on commit ffb9d77

Please sign in to comment.