Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Commit 5199ce7

Browse files
committed
Bump version to v0.2.1
1 parent e89a3a2 commit 5199ce7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515
}
1616
dependencies {
17-
classpath "gradle.plugin.com.vanniktech:gradle-android-javadoc-plugin:0.2.0"
17+
classpath "gradle.plugin.com.vanniktech:gradle-android-javadoc-plugin:0.2.1"
1818
}
1919
}
2020

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
}
2929

3030
group = 'com.vanniktech'
31-
version = '0.2.0'
31+
version = '0.2.1'
3232

3333
pluginBundle {
3434
website = 'https://github.com/vanniktech/gradle-android-javadoc-plugin'
@@ -42,23 +42,23 @@ pluginBundle {
4242
displayName = 'Gradle Android Javadoc Plugin'
4343
tags = ['gradle', 'android', 'javadoc', 'app module', 'library module']
4444
description = 'Gradle plugin that generates Java Documentation from Android project.'
45-
version = '0.2.0'
45+
version = '0.2.1'
4646
}
4747

4848
androidJavadocApp {
4949
id = 'com.vanniktech.android.javadoc.app'
5050
displayName = 'Gradle Android Javadoc Plugin for App'
5151
tags = ['gradle', 'android', 'javadoc', 'app module']
5252
description = 'Gradle plugin that generates Java Documentation from Android app module.'
53-
version = '0.2.0'
53+
version = '0.2.1'
5454
}
5555

5656
androidJavadocLibrary {
5757
id = 'com.vanniktech.android.javadoc.library'
5858
displayName = 'Gradle Android Javadoc Plugin for Library'
5959
tags = ['gradle', 'android', 'javadoc', 'library module']
6060
description = 'Gradle plugin that generates Java Documentation from Android library module.'
61-
version = '0.2.0'
61+
version = '0.2.1'
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)