Skip to content

Commit

Permalink
Lowered version compatibility to 1.2.0 to let plugins load
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Dec 30, 2018
1 parent 52d4af7 commit 71bf434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Lilu Changelog
==============

#### v1.3.1
- Lowered version compatibility to 1.2.0 to let plugins load

#### v1.3.0
- Fixed a rare kernel panic on user patch failure
- Removed unimplemented `genPlatformKey` API
Expand Down
6 changes: 3 additions & 3 deletions Lilu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = kern_start;
MODULE_STOP = kern_stop;
MODULE_VERSION = 1.3.0;
MODULE_VERSION = 1.3.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -970,7 +970,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = kern_start;
MODULE_STOP = kern_stop;
MODULE_VERSION = 1.3.0;
MODULE_VERSION = 1.3.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -1082,7 +1082,7 @@
MODULE_NAME = as.vit9696.Lilu;
MODULE_START = kern_start;
MODULE_STOP = kern_stop;
MODULE_VERSION = 1.3.0;
MODULE_VERSION = 1.3.1;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
2 changes: 1 addition & 1 deletion Lilu/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleVersion</key>
<string>$(MODULE_VERSION)</string>
<key>OSBundleCompatibleVersion</key>
<string>$(MODULE_VERSION:base).0</string>
<string>1.2.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.Lilu</key>
Expand Down

0 comments on commit 71bf434

Please sign in to comment.