From 8b89e25b7b2876be31db1574c72828458a640bc8 Mon Sep 17 00:00:00 2001 From: Eni_Hysenllari Date: Thu, 17 Aug 2023 16:12:27 +0200 Subject: [PATCH] change version --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0918352..1ce5148 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the JitPack repository and the dependency to your build file: maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.unisens:unisens2excel:1.0.4' + compile 'com.github.unisens:unisens2excel:1.0.5' } ``` diff --git a/build.gradle b/build.gradle index aa25de6..46e22a9 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ sourceCompatibility = "1.7" group = 'com.github.unisens' -version = '1.0.4' +version = '1.0.5' // In this section you declare where to find the dependencies of your project repositories {