File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.3 </string >
18+ <string >1.3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.3 </string >
18+ <string >1.3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >1.3 </string >
22+ <string >1.3.1 </string >
2323 <key >LSMinimumSystemVersion </key >
2424 <string >$(MACOSX_DEPLOYMENT_TARGET) </string >
2525 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ let console = CommandLineConsole()
2828#if SPM
2929 let context = Context ( console: console,
3030 implementationName: " LispKit " ,
31- implementationVersion: " 1.2 " )
31+ implementationVersion: " 1.3.1 " )
3232#else
3333 let context = Context ( console: console)
3434#endif
You can’t perform that action at this time.
0 commit comments