Skip to content

Commit

Permalink
Prepare for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 9, 2014
1 parent c7ba3ff commit ef62dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Features:
- basic GUI?

### 0.2.1 (_unreleased_)
### 0.2.1 (2014-08-09)
Features:
- support for HRM export ([#14](../../issues/14))
- lap data in TCX output ([#18](../../issues/18))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The release plans is roughly as follows:
- [x] 0.0.1 Working hook DLL for extracting data from Polar FlowSync on Windows.
- [x] 0.1.0 Export to both GPX and TCX, in a headless mode (no GUI yet).
- [x] 0.2.0 Mac OS support (both hook library, and headless app).
- [ ] 0.2.x Export to HRM format.
- [x] 0.2.1 Export to HRM format.
- [ ] 0.3.0 Basic GUI.

Note, while the current (0.2.x) release includes a lot of behind-the-scenes code
Expand Down
2 changes: 1 addition & 1 deletion qrc/Bipolar.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BEGIN
VALUE "ProductVersion", "0.2.1.0\0"
// Because we embed the following value in TCX files, if set,
// it should be one of: Internal, Alpha, Beta, or Release.
VALUE "SpecialBuild", "Internal\0"
VALUE "SpecialBuild", "Beta\0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion qrc/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
it should be one of: Internal, Alpha, Beta, or Release.
-->
<key>SpecialBuild</key>
<string>Internal</string>
<string>Beta</string>
</dict>
</plist>

0 comments on commit ef62dbc

Please sign in to comment.