From be7e8e7c00423048ba53d228d1ce15cd30b20cc0 Mon Sep 17 00:00:00 2001 From: Sid Patil Date: Fri, 15 Jul 2022 22:20:28 +0200 Subject: [PATCH] Update version to 1.0.1 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad16a60..b341d4d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ allprojects { dependencies { - implementation 'com.siddroid:holi:0.0.7' + implementation 'com.siddroid:holi:1.0.1' } @@ -142,7 +142,7 @@ Text( ``` MIT License - Copyright (c) 2021 Siddhesh Patil, Siddroid.com + Copyright (c) 2022 Siddhesh Patil, Siddroid.com 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/gradle.properties b/gradle.properties index 5c8349a..a879084 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official GROUPID=com.siddroid GROUP=com.siddroid.holi POM_ARTIFACT_ID=holi -VERSION_NAME=0.0.7 +VERSION_NAME=1.0.1 POM_NAME=Holi POM_DESCRIPTION=A library of colors and gradient builders for Android built using Jetpack Compose POM_INCEPTION_YEAR=2021