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 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.3 </string >
18
+ <string >1.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.3 </string >
18
+ <string >1.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1.3 </string >
22
+ <string >1.3.1 </string >
23
23
<key >LSMinimumSystemVersion </key >
24
24
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
25
25
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ let console = CommandLineConsole()
28
28
#if SPM
29
29
let context = Context ( console: console,
30
30
implementationName: " LispKit " ,
31
- implementationVersion: " 1.2 " )
31
+ implementationVersion: " 1.3.1 " )
32
32
#else
33
33
let context = Context ( console: console)
34
34
#endif
You can’t perform that action at this time.
0 commit comments