From 186b415777e2109fa129d154ae8f70d21789dd8e Mon Sep 17 00:00:00 2001 From: Alistair Sykes Date: Wed, 11 Mar 2020 13:58:34 +0000 Subject: [PATCH] master: Updated version and license date --- LICENSE | 2 +- kbarcode/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d2bfd53..663a66d 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Brightec +Copyright (c) 2020 Brightec Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/kbarcode/build.gradle b/kbarcode/build.gradle index b5cf1a1..9c94d59 100644 --- a/kbarcode/build.gradle +++ b/kbarcode/build.gradle @@ -89,7 +89,7 @@ ext { siteUrl = 'https://github.com/brightec/KBarcode' gitUrl = 'https://github.com/brightec/KBarcode.git' - libraryVersion = '1.1.1' + libraryVersion = '1.2.0' developerId = 'alistairsykes' developerName = 'Alistair Sykes'