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

Commit 3067fd5

Browse files
author
synapticloop
committed
final merga
1 parent 536caee commit 3067fd5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ As such, this is not a repository, but a location to download files from.
247247

248248
This project publishes artefacts to [Maven Central](https://search.maven.org/)
249249

250-
> Note that the latest version can be found [mvn central](http://search.maven.org/#artifactdetails|synapticloop|backblaze-b2-java-api|1.3.3|jar)
250+
> Note that the latest version can be found [mvn central](http://search.maven.org/#artifactdetails|synapticloop|backblaze-b2-java-api|1.3.4|jar)
251251
252252
## maven setup
253253

@@ -267,19 +267,19 @@ repositories {
267267

268268
```
269269
dependencies {
270-
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.3', ext: 'jar')
270+
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.4', ext: 'jar')
271271
272-
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.3', ext: 'jar')
272+
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.4', ext: 'jar')
273273
}
274274
```
275275

276276
or, more simply for versions of gradle greater than 2.1
277277

278278
```
279279
dependencies {
280-
runtime 'synapticloop:backblaze-b2-java-api:1.3.3'
280+
runtime 'synapticloop:backblaze-b2-java-api:1.3.4'
281281
282-
compile 'synapticloop:backblaze-b2-java-api:1.3.3'
282+
compile 'synapticloop:backblaze-b2-java-api:1.3.4'
283283
}
284284
```
285285

@@ -289,7 +289,7 @@ dependencies {
289289
<dependency>
290290
<groupId>synapticloop</groupId>
291291
<artifactId>backblaze-b2-java-api</artifactId>
292-
<version>1.3.3</version>
292+
<version>1.3.4</version>
293293
<type>jar</type>
294294
</dependency>
295295
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group = 'synapticloop'
1313
archivesBaseName = 'backblaze-b2-java-api'
1414
description = """A java api for the truly excellent backblaze b2 storage service"""
1515

16-
version = '1.3.3'
16+
version = '1.3.4'
1717

1818
sourceCompatibility = 1.7
1919
targetCompatibility = 1.7

0 commit comments

Comments
 (0)