Skip to content

Commit

Permalink
Project: Bump the version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFireWolf committed Jun 23, 2022
1 parent 39c9790 commit 71e4bac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### v1.0.3
- Add support for macOS Ventura.

#### v1.0.2
- Recomplie the kext with Lilu v1.5.8 to fix the kernel panic of the general protection error.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A Lilu plugin that makes System Information recognize your Realtek card reader a
![](Assets/Screenshot.png)

## Supported Systems
- macOS Ventura
- macOS Monterey
- macOS Big Sur
- macOS Catalina
Expand Down Expand Up @@ -40,4 +41,4 @@ If you would like to support my work, please consider a donation.

## License
This project is licensed under BSD-3-Clause.
Copyright (C) 2021 FireWolf @ FireWolf Pl. All Rights Reserved.
Copyright (C) 2021-2022 FireWolf @ FireWolf Pl. All Rights Reserved.
4 changes: 2 additions & 2 deletions RealtekCardReaderFriend.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
MODULE_NAME = science.firewolf.rtsf;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.2;
MODULE_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = science.firewolf.rtsf;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -469,7 +469,7 @@
MODULE_NAME = science.firewolf.rtsf;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.2;
MODULE_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = science.firewolf.rtsf;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down

0 comments on commit 71e4bac

Please sign in to comment.