bump minor version to indicate that it can support multiple input report sizes
diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp
index 96b1965..be59f92 100644
--- a/rmi4update/main.cpp
+++ b/rmi4update/main.cpp
@@ -32,8 +32,8 @@
 #include "rmi4update.h"
 
 #define VERSION_MAJOR		1
-#define VERSION_MINOR		0
-#define VERSION_SUBMINOR	1
+#define VERSION_MINOR		1
+#define VERSION_SUBMINOR	0
 
 #define RMI4UPDATE_GETOPTS	"hfd:plv"