Skip to content

Commit fdf146d

Browse files
committed
Version bump 0.0.2
1 parent 1f0ed3f commit fdf146d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ There are multiple ways to install this library. I recommend using [Gradle](http
2222

2323
Add the following to your build.gradle file in the root of your project.
2424

25-
https://github.com/scottmotte/sendgrid-java/raw/v0.0.1/repo/com/github/scottmotte/sendgrid/0.0.1/sendgrid-0.0.1-jar.jar
26-
2725
```groovy
2826
...
2927
@@ -36,7 +34,7 @@ repositories {
3634
}
3735
dependencies {
3836
...
39-
compile 'com.github.scottmotte:sendgrid:0.0.1'
37+
compile 'com.github.scottmotte:sendgrid:0.0.2'
4038
}
4139
4240
...

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'fatjar'
22

3-
version = "0.0.1"
3+
version = "0.0.2"
44

55
buildscript {
66
dependencies {
Binary file not shown.

0 commit comments

Comments
 (0)