From a9d9c4e0cde5d959b28d05b86d742fcacd12defe Mon Sep 17 00:00:00 2001 From: Luis Solorzano Date: Sat, 17 Jun 2023 09:03:43 -0600 Subject: [PATCH] Add new version --- printer/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer/build.gradle b/printer/build.gradle index bc7ad45..931ab13 100644 --- a/printer/build.gradle +++ b/printer/build.gradle @@ -4,8 +4,8 @@ plugins { id 'maven-publish' } -def libraryVersionCode = 205 -def libraryVersionName = "2.0.5" +def libraryVersionCode = 206 +def libraryVersionName = "2.0.6" android { compileSdk 33