Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Aug 22, 2020
1 parent e3dee4a commit dda223d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ProvisionQL

## Version 1.6.2

* Adds XML escaping for file name ([#36](https://github.com/ealeksandrov/ProvisionQL/issues/36))
* Improves relative date intervals formatting ([#35](https://github.com/ealeksandrov/ProvisionQL/issues/35))
* Moves entitlements higher in preview ([#31](https://github.com/ealeksandrov/ProvisionQL/issues/31))

## Version 1.6.1

* Adds code signing, fixes macOS Catalina compatibility ([#30](https://github.com/ealeksandrov/ProvisionQL/issues/30))
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-2019 Evgeny Aleksandrov
Copyright (c) 2013-2020 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.1;
MARKETING_VERSION = 1.6.2;
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.1;
MARKETING_VERSION = 1.6.2;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = com.ealeksandrov.ProvisionQL;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit dda223d

Please sign in to comment.