Skip to content

Commit ad83b4d

Browse files
committed
Getting ready for next release
1 parent c87e14e commit ad83b4d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= kordamp-gradle-plugins
22
:linkattrs:
33
:project-name: kordamp-gradle-plugins
4-
:plugin-version: 0.2.0
4+
:plugin-version: 0.3.0
55

66
image:http://img.shields.io/travis/aalmiray/{project-name}/master.svg["Build Status", link="https://travis-ci.org/aalmiray/{project-name}"]
77
image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"]
@@ -38,7 +38,8 @@ plugins {
3838
}
3939
----
4040

41-
Where `{plugin-id}` stands for any of the ids described in the following section
41+
Where `{plugin-id}` stands for any of the ids described in the following section. Most times it's enough to simply apply
42+
the `org.kordamp.gradle.project` at the root. All plugins may be applied independently as well.
4243

4344
== Plugins
4445

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
group = org.kordamp.gradle
20-
version = 0.3.0-SNAPSHOT
20+
version = 0.3.0
2121
copyrightYear = 2018
2222
project_description = A collection of opinionated Gradle plugins
2323
project_website = https://github.com/aalmiray/kordamp-gradle-plugins

0 commit comments

Comments
 (0)