Skip to content

Commit

Permalink
Fix buggy mouse control (#72)
Browse files Browse the repository at this point in the history
* Fix buggy mouse control

Fixes #71

* Update version to 1.5.1
  • Loading branch information
karbassi committed Apr 12, 2020
1 parent 8f12c42 commit 30ed2fe
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 98 deletions.
4 changes: 2 additions & 2 deletions Timer.xcodeproj/project.pbxproj
Expand Up @@ -301,7 +301,7 @@
INFOPLIST_FILE = Timer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.michaelvillar.Timer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -319,7 +319,7 @@
INFOPLIST_FILE = Timer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.michaelvillar.Timer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 30ed2fe

Please sign in to comment.