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

Commit c3008a4

Browse files
SynapticloopSynapticloop
Synapticloop
authored and
Synapticloop
committed
version bump and documentation
1 parent df92187 commit c3008a4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ And now for the dependency
137137
<dependency>
138138
<groupId>synapticloop</groupId>
139139
<artifactId>backblaze-b2-java-api</artifactId>
140-
<version>v1.1.0</version>
140+
<version>v1.1.1</version>
141141
<type>jar</type>
142142
</dependency>
143143

@@ -160,15 +160,15 @@ Repository
160160

161161
and then include the dependency:
162162

163-
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0', ext: 'jar')
163+
runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1', ext: 'jar')
164164

165-
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0', ext: 'jar')
165+
compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1', ext: 'jar')
166166

167-
or
167+
or, more simply for later versions of gradle
168168

169-
runtime 'synapticloop:backblaze-b2-java-api:v1.1.0'
169+
runtime 'synapticloop:backblaze-b2-java-api:v1.1.1'
170170

171-
compile 'synapticloop:backblaze-b2-java-api:v1.1.0'
171+
compile 'synapticloop:backblaze-b2-java-api:v1.1.1'
172172

173173
## Other
174174

@@ -181,9 +181,9 @@ You will also need the dependencies:
181181
- runtime 'org.json:json:20090211'
182182
- runtime 'org.slf4j:slf4j-api:1.7.13'
183183

184-
which can be found by searching here: [http://mvnrepository.com/](http://mvnrepository.com/)
184+
which can be found by searching here: [http://mvnrepository.com/](http://mvnrepository.com/) (and you may need to download their dependencies in turn)
185185

186-
# Running the Tests
186+
# Building the Package
187187

188188
`gradlew build`
189189

@@ -193,7 +193,7 @@ Note that this will also run all of the tests (see notes below)
193193

194194
# Running the Tests
195195

196-
`gradlew --info test`
196+
`gradle --info test`
197197

198198
Which will also print out the logging
199199

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group = 'synapticloop'
1111
archivesBaseName = 'backblaze-b2-java-api'
1212
description = """An api for backblaze b2 storage in java"""
1313

14-
version = 'v1.1.0'
14+
version = 'v1.1.1'
1515

1616
description = """backblaze-b2-java-api"""
1717

0 commit comments

Comments
 (0)