Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 authored and usr-sse2 committed May 31, 2020
1 parent c8e4205 commit 5e7d868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
VoodooInput Changelog
=====================
#### v1.0.6
- Reduced memory consumption and CPU usage
- Fixed dragging issues on some touchpads

#### v1.0.5
- Don't read extra finger if there is no stylus
- Improve handling of slow to respond devices
Expand Down
4 changes: 2 additions & 2 deletions VoodooInput.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
"$(PROJECT_DIR)/VoodooInput/Library",
);
MODULE_NAME = me.kishorprins.VoodooInput;
MODULE_VERSION = 1.0.5;
MODULE_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = me.kishorprins.VoodooInput;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
Expand All @@ -406,7 +406,7 @@
"$(PROJECT_DIR)/VoodooInput/Library",
);
MODULE_NAME = me.kishorprins.VoodooInput;
MODULE_VERSION = 1.0.5;
MODULE_VERSION = 1.0.6;
PRODUCT_BUNDLE_IDENTIFIER = me.kishorprins.VoodooInput;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = kext;
Expand Down

0 comments on commit 5e7d868

Please sign in to comment.