diff --git a/Makefile b/Makefile index ccea12c..dff5f16 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,6 @@ APPNAME = "Coinbase" # Application version APPVERSION_M = 2 APPVERSION_N = 0 -APPVERSION_P = 0 +APPVERSION_P = 1 include ethereum-plugin-sdk/standard_plugin.mk