Increment version number for bug fix.
modified: README.md modified: src/nms.c
This commit is contained in:
parent
ff5fbbd7c7
commit
9cd1d1e8d3
@ -1,4 +1,4 @@
|
|||||||
![Version](https://img.shields.io/badge/Version-0.3.2-green.svg)
|
![Version](https://img.shields.io/badge/Version-0.3.3-green.svg)
|
||||||
|
|
||||||
No More Secrets
|
No More Secrets
|
||||||
===============
|
===============
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "nmseffect.h"
|
#include "nmseffect.h"
|
||||||
|
|
||||||
#define VERSION "0.3.2"
|
#define VERSION "0.3.3"
|
||||||
#define INPUT_GROWTH_FACTOR 2
|
#define INPUT_GROWTH_FACTOR 2
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user