Skip to content

Commit

Permalink
Bumped for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-poidevin committed May 6, 2017
1 parent 8bb0c22 commit 880f224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG
## 0.3.0 (May 6th, 2017)
#### Features
* Now scanning for error while patching and avoid loading when patching failed ([#15](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/15))
* Improved modification of kext file ([#16](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/16))

## 0.2.0 (May 4th, 2017)

#### BugFix
* SIP window does not show anymore if Mac not compatible ([#13](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/13))
* Restored warning pop-up before patching ([#10](https://github.com/julian-poidevin/MBPMid2010_GPUFix/issues/10))
Expand Down
2 changes: 1 addition & 1 deletion mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#define VERSION "0.2.0"
#define VERSION "0.3.0"
#define APP_NAME "MBPMid2010-GPU-Fix"

#include <QMainWindow>
Expand Down

0 comments on commit 880f224

Please sign in to comment.