Add output params to Update & Finish messages.

Change-Id: I5f6ee245259788cb8c873d814e167f5d5bcdc08b
diff --git a/android_keymaster.cpp b/android_keymaster.cpp
index ae9177f..253bbdb 100644
--- a/android_keymaster.cpp
+++ b/android_keymaster.cpp
@@ -39,7 +39,7 @@
 namespace keymaster {
 
 const uint8_t MAJOR_VER = 1;
-const uint8_t MINOR_VER = 0;
+const uint8_t MINOR_VER = 1;
 const uint8_t SUBMINOR_VER = 0;
 
 AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size)