File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >0.11.0 </string >
22+ <string >0.11.1 </string >
2323 <key >NSPrincipalClass </key >
2424 <string >NSApplication </string >
2525 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 2323
2424#define NW_MAJOR_VERSION 0
2525#define NW_MINOR_VERSION 11
26- #define NW_PATCH_VERSION 0
27- #define NW_VERSION_IS_RELEASE 1
26+ #define NW_PATCH_VERSION 1
27+ #define NW_VERSION_IS_RELEASE 0
2828
2929#ifndef NW_STRINGIFY
3030#define NW_STRINGIFY (n ) NW_STRINGIFY_HELPER(n)
3838#else
3939# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
4040 NW_STRINGIFY(NW_MINOR_VERSION) "." \
41- NW_STRINGIFY(NW_PATCH_VERSION) "-rc1 "
41+ NW_STRINGIFY(NW_PATCH_VERSION) "-pre "
4242#endif
4343
4444#define NW_VERSION "v" NW_VERSION_STRING
You can’t perform that action at this time.
0 commit comments