Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 4d90a77

Browse files
SynapticloopSynapticloop
Synapticloop
authored and
Synapticloop
committed
updated documentation
1 parent 7ed38e6 commit 4d90a77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ And now for the dependency
226226
<dependency>
227227
<groupId>synapticloop</groupId>
228228
<artifactId>backblaze-b2-java-api</artifactId>
229-
<version>v1.2.1</version>
229+
<version>v1.2.2</version>
230230
<type>jar</type>
231231
</dependency>
232232
```
@@ -256,19 +256,19 @@ and then include the dependency:
256256

257257
```
258258
dependencies {
259-
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.1', ext: 'jar')
259+
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.2', ext: 'jar')
260260
261-
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.1', ext: 'jar')
261+
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.2.2', ext: 'jar')
262262
}
263263
```
264264

265265
or, more simply for versions of gradle greater than 2.4
266266

267267
```
268268
dependencies {
269-
runtime 'synapticloop:backblaze-b2-java-api:v1.2.1'
269+
runtime 'synapticloop:backblaze-b2-java-api:v1.2.2'
270270
271-
compile 'synapticloop:backblaze-b2-java-api:v1.2.1'
271+
compile 'synapticloop:backblaze-b2-java-api:v1.2.2'
272272
}
273273
```
274274

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group = 'synapticloop'
1212
archivesBaseName = 'backblaze-b2-java-api'
1313
description = """A java api for the truly excellent backblaze b2 storage service"""
1414

15-
version = 'v1.2.1'
15+
version = 'v1.2.2'
1616

1717
sourceCompatibility = 1.7
1818
targetCompatibility = 1.7

0 commit comments

Comments
 (0)