Skip to content

Commit 8342659

Browse files
committed
Set version number to 0.1.0
1 parent 8f1e92b commit 8342659

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ipynb-quicklook/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<key>CFBundleName</key>
2525
<string>$(PRODUCT_NAME)</string>
2626
<key>CFBundleShortVersionString</key>
27-
<string>1.0</string>
27+
<string>0.1.0</string>
2828
<key>CFBundleVersion</key>
2929
<string>1</string>
3030
<key>CFPlugInDynamicRegisterFunction</key>
@@ -60,23 +60,23 @@
6060
<key>UTImportedTypeDeclarations</key>
6161
<array>
6262
<dict>
63-
<key>UTTypeReferenceURL</key>
64-
<string>http://jupyter.org/</string>
65-
<key>UTTypeDescription</key>
66-
<string>Jupyter Notebook Document</string>
6763
<key>UTTypeConformsTo</key>
6864
<array>
6965
<string>public.json</string>
7066
<string>public.text</string>
7167
</array>
68+
<key>UTTypeDescription</key>
69+
<string>Jupyter Notebook Document</string>
7270
<key>UTTypeIdentifier</key>
7371
<string>org.jupyter.ipynb</string>
72+
<key>UTTypeReferenceURL</key>
73+
<string>http://jupyter.org/</string>
7474
<key>UTTypeTagSpecification</key>
7575
<dict>
76-
<key>public.mime-type</key>
77-
<string>application/x-ipynb+json</string>
7876
<key>public.filename-extension</key>
7977
<string>ipynb</string>
78+
<key>public.mime-type</key>
79+
<string>application/x-ipynb+json</string>
8080
</dict>
8181
</dict>
8282
</array>

0 commit comments

Comments
 (0)