Skip to content

Commit 206496b

Browse files
author
Kannan Goundan
committed
ChangeLog/ReadMe: Update for 2.0-beta-2 release.
1 parent 1b5fb7e commit 206496b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---------------------------------------------
2+
2.0-beta-2 (2015-11-13)
13
- Put "Dbx" prefix on namespace classes (Files -> DbxFiles, etc.)
24
- Updated to latest API specs.
35

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-1</version>
17+
<version>2.0-beta-2</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-1](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-1/dropbox-core-sdk-2.0-beta-1.jar)
22+
- [Dropbox Core SDK 2.0-beta-2](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-2/dropbox-core-sdk-2.0-beta-2.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)