Skip to content

Commit e39ff35

Browse files
author
Karl Rieb
committed
ChangeLog/ReadMe: Update for 2.0-beta-7 release.
1 parent 6a05eb2 commit e39ff35

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
---------------------------------------------
3+
2.0-beta-7 (2016-02-24)
14
- Updated to latest API specs.
25

36
---------------------------------------------

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>2.0-beta-6</version>
17+
<version>2.0-beta-7</version>
1818
</dependency>
1919
```
2020

2121
If you aren't using Maven, here are the JARs you need:
22-
- [Dropbox Core SDK 2.0-beta-6](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-6/dropbox-core-sdk-2.0-beta-6.jar)
22+
- [Dropbox Core SDK 2.0-beta-7](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-7/dropbox-core-sdk-2.0-beta-7.jar)
2323
- [Jackson Core 2.6.1](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.6.1/jackson-core-2.6.1.jar) (JSON parser)
2424

2525
## Get a Dropbox API key

0 commit comments

Comments
 (0)