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

Commit 26d4794

Browse files
SynapticloopSynapticloop
authored andcommitted
API Exception throwing changes
1 parent e29760f commit 26d4794

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
@@ -190,7 +190,7 @@ As such, this is not a repository, but a location to download files from.
190190

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

193-
> Note that the latest version can be found [mvn central](http://search.maven.org/#artifactdetails|synapticloop|backblaze-b2-java-api|1.2.8|jar)
193+
> Note that the latest version can be found [mvn central](http://search.maven.org/#artifactdetails|synapticloop|backblaze-b2-java-api|1.3.0|jar)
194194
195195
## maven setup
196196

@@ -210,19 +210,19 @@ repositories {
210210

211211
```
212212
dependencies {
213-
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.2.8', ext: 'jar')
213+
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.0', ext: 'jar')
214214
215-
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.2.8', ext: 'jar')
215+
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: '1.3.0', ext: 'jar')
216216
}
217217
```
218218

219219
or, more simply for versions of gradle greater than 2.4
220220

221221
```
222222
dependencies {
223-
runtime 'synapticloop:backblaze-b2-java-api:1.2.8'
223+
runtime 'synapticloop:backblaze-b2-java-api:1.3.0'
224224
225-
compile 'synapticloop:backblaze-b2-java-api:1.2.8'
225+
compile 'synapticloop:backblaze-b2-java-api:1.3.0'
226226
}
227227
```
228228

@@ -232,7 +232,7 @@ dependencies {
232232
<dependency>
233233
<groupId>synapticloop</groupId>
234234
<artifactId>backblaze-b2-java-api</artifactId>
235-
<version>1.2.8</version>
235+
<version>1.3.0</version>
236236
<type>jar</type>
237237
</dependency>
238238
```

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.2.8'
16+
version = '1.3.0'
1717

1818
sourceCompatibility = 1.7
1919
targetCompatibility = 1.7

0 commit comments

Comments
 (0)