Skip to content

Commit 5284139

Browse files
committed
Setting version 1.0.1
1 parent 3145aed commit 5284139

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Change Log
2+
==========
3+
4+
Version 1.0.1
5+
---
6+
7+
* Fix: Gathering resources from multiple dependencies

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ artifactPublisher {
2929
}
3030

3131
group 'com.likethesalad.tools.resources'
32-
version '1.0.1-SNAPSHOT1'
32+
version '1.0.1'
3333
description 'Plugin that gathers resources from Android projects for compilation purposes.'
3434

3535
subprojects {

0 commit comments

Comments
 (0)