Skip to content

Commit

Permalink
Release 1.92
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginal committed Feb 4, 2019
1 parent e10e769 commit 825ae11
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion QLVideo.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.9.1</string>
<string>1.9.2</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ Packaged using [Packages](http://s.sudre.free.fr/Software/Packages/about.html).

License
-------
Copyright © 2014-2016 Jonathan Harris.
Copyright © 2014-2019 Jonathan Harris.

Licensed under the [GNU Public License (GPL)](http://www.gnu.org/licenses/gpl-2.0.html) version 2 or later.
6 changes: 3 additions & 3 deletions app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>CFBundleVersion</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2014-2018 Jonathan Harris. Licensed under GPLv2 or later.</string>
<string>© 2014-2019 Jonathan Harris. Licensed under GPLv2 or later.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>UTImportedTypeDeclarations</key>
Expand Down
6 changes: 3 additions & 3 deletions mdimporter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>CFBundleVersion</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand All @@ -243,6 +243,6 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2014-2018 Jonathan Harris. Licensed under GPLv2 or later.</string>
<string>© 2014-2019 Jonathan Harris. Licensed under GPLv2 or later.</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions qlgenerator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>CFBundleVersion</key>
<string>1.9.1</string>
<string>1.9.2</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand All @@ -51,7 +51,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2014-2018 Jonathan Harris. Licensed under GPLv2 or later.</string>
<string>© 2014-2019 Jonathan Harris. Licensed under GPLv2 or later.</string>
<key>QLNeedsToBeRunInMainThread</key>
<false/> <!-- can't run on main thread! -->
<key>QLSupportsConcurrentRequests</key>
Expand Down

0 comments on commit 825ae11

Please sign in to comment.