Skip to content

Commit

Permalink
Version bump 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jun 13, 2014
1 parent 42c663a commit e828411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 0.1.2 (06-13-2014)
+ Fix hang on quit https://github.com/olab-io/ofSketch/issues/52.

- 0.1.1 (06-09-2014)
+ Initial release.

Expand Down
2 changes: 1 addition & 1 deletion ofSketchApp/src/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class App: public ofBaseApp
{
VERSION_MAJOR = 0,
VERSION_MINOR = 1,
VERSION_PATCH = 1
VERSION_PATCH = 2
};

static const std::string VERSION_PRE_RELEASE;
Expand Down

0 comments on commit e828411

Please sign in to comment.