Skip to content

Commit 9111e3a

Browse files
committed
bump version and update README
1 parent 115c9b6 commit 9111e3a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Diff for: QuickLookStephenProject/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<key>CFBundleName</key>
3333
<string>QLStephen</string>
3434
<key>CFBundleShortVersionString</key>
35-
<string>1.3</string>
35+
<string>1.4</string>
3636
<key>CFBundleVersion</key>
37-
<string>1.3.1</string>
37+
<string>1.4.0</string>
3838
<key>CFPlugInDynamicRegisterFunction</key>
3939
<string></string>
4040
<key>CFPlugInDynamicRegistration</key>

Diff for: README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ You can also customise the plugin to determine which files it previews. See [*Cu
1818

1919
* [Download the latest version of QuickLookStephen](
2020
https://github.com/downloads/whomwah/qlstephen/QLStephen.qlgenerator.zip)
21-
* Unzip
22-
* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
21+
* Unzip
22+
* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
2323
(You can create the `QuickLook` folder if it doesn’t exist)
2424

2525

2626
### Manually Compiled
2727

28-
Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
28+
Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
2929
file into the relevant `QuickLook` folder (as above).
3030

3131

3232

3333
## Customizing white/black lists - Step by Step
3434

35-
Want to change the current behaviour? Just follow the instructions below.
35+
Want to change the current behaviour? Just follow the instructions below.
3636

37-
**Note:**
38-
Plists used here are not same as user defaults, so you won’t find
39-
them in `~/Library/Preferences`. Instead, you need to edit the plist
40-
files inside the bundle—in this case, the plugin file:
37+
**Note:**
38+
Plists used here are not same as user defaults, so you won’t find
39+
them in `~/Library/Preferences`. Instead, you need to edit the plist
40+
files inside the bundle—in this case, the plugin file:
4141
`QLStepehen.qlgenerator`.
4242

4343

@@ -63,8 +63,8 @@ Plist files:
6363

6464
If you’ve installed the plugin, but don’t see any changes:
6565

66-
- Make sure you are editing (a) the correct plist of (b) the correct bundle.
67-
(For example, you might have two `QLStephen` plugins. It’s possible the plugin in
66+
- Make sure you are editing (a) the correct plist of (b) the correct bundle.
67+
(For example, you might have two `QLStephen` plugins. It’s possible the plugin in
6868
another directory—perhaps `/Library/QuickLook/`—is what is being read.)
6969
- Run `qlmanage -r` in the Terminal. (This will restart QuickLook, which reloads all plugins.)
7070

@@ -83,7 +83,8 @@ Special thanks to the following people for submitting patches:
8383
* [Guillermo Ignacio Enriquez Gutierrez](https://github.com/nacho4d)
8484
* [Rob Lourens](https://github.com/roblourens)
8585
* [Avi Flax](https://github.com/aviflax)
86-
* [Tony] (https://github.com/Zearin)
86+
* [Tony](https://github.com/Zearin)
87+
* [Nicholas Hutchinson](https://github.com/nickhutchinson)
8788

8889

8990
## Contributing

0 commit comments

Comments
 (0)