Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 2, 2019
1 parent 01830ce commit d42e755
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ProvisionQL

## Version 1.6.1

* Adds code signing, fixes macOS Catalina compatibility ([#30](https://github.com/ealeksandrov/ProvisionQL/issues/30))

## Version 1.6.0

* Adds dark mode support ([#29](https://github.com/ealeksandrov/ProvisionQL/pull/29))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2013-2018 Evgeny Aleksandrov
Copyright (c) 2013-2019 Evgeny Aleksandrov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions ProvisionQL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "ProvisionQL/Supporting-files/Info.plist";
INSTALL_PATH = /Library/QuickLook;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = com.ealeksandrov.ProvisionQL;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -415,7 +415,7 @@
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "ProvisionQL/Supporting-files/Info.plist";
INSTALL_PATH = /Library/QuickLook;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.6.1;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = com.ealeksandrov.ProvisionQL;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit d42e755

Please sign in to comment.