Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 12, 2019
1 parent f2471f4 commit 4fdd1be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.1
* Fix parameter passed to `mmm_before_setup`, `mmm_after_setup`, `mmm_unload`.

## 0.1.0
* Initial release.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "hook.h"
#include "mmmod.h"

#define MMMOD_VERSION "0.1.0"
#define MMMOD_VERSION "0.1.1"

#ifdef DEBUG
# define dbg_print(...) printf("[mmmod] " __VA_ARGS__); fflush(stdout)
Expand Down

0 comments on commit 4fdd1be

Please sign in to comment.