Skip to content

Commit 63f4968

Browse files
committed
chore: Bump version to 9.1.0
1 parent fe60cdf commit 63f4968

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Declare the [Maven Central repository](https://repo.maven.apache.org/maven2/) (i
139139
140140
dependencies {
141141
// ...
142-
implementation 'org.rm3l:maoni:9.0.0@aar'
142+
implementation 'org.rm3l:maoni:9.1.0@aar'
143143
}
144144
```
145145

@@ -202,7 +202,7 @@ Add this additional line to your `build.gradle`:
202202
```gradle
203203
dependencies {
204204
// ...
205-
implementation 'org.rm3l:maoni:9.0.0@aar'
205+
implementation 'org.rm3l:maoni:9.1.0@aar'
206206
}
207207
```
208208

@@ -232,8 +232,8 @@ Add this additional line to your `build.gradle`:
232232
```gradle
233233
dependencies {
234234
// ...
235-
implementation 'org.rm3l:maoni:9.0.0@aar'
236-
implementation 'org.rm3l:maoni-slack:9.0.0@aar'
235+
implementation 'org.rm3l:maoni:9.1.0@aar'
236+
implementation 'org.rm3l:maoni-slack:9.1.0@aar'
237237
}
238238
```
239239

@@ -262,8 +262,8 @@ Add this additional line to your `build.gradle`:
262262

263263
```gradle
264264
dependencies {
265-
implementation 'org.rm3l:maoni:9.0.0@aar'
266-
implementation 'org.rm3l:maoni-github:9.0.0@aar'
265+
implementation 'org.rm3l:maoni:9.1.0@aar'
266+
implementation 'org.rm3l:maoni-github:9.1.0@aar'
267267
}
268268
```
269269

@@ -293,8 +293,8 @@ Add this additional line to your `build.gradle`:
293293

294294
```gradle
295295
dependencies {
296-
implementation 'org.rm3l:maoni:9.0.0@aar'
297-
implementation 'org.rm3l:maoni-jira:9.0.0@aar'
296+
implementation 'org.rm3l:maoni:9.1.0@aar'
297+
implementation 'org.rm3l:maoni-jira:9.1.0@aar'
298298
}
299299
```
300300

@@ -325,8 +325,8 @@ Add this additional line to your `build.gradle`:
325325
```gradle
326326
dependencies {
327327
// ...
328-
implementation 'org.rm3l:maoni:9.0.0@aar'
329-
implementation 'org.rm3l:maoni-doorbell:9.0.0@aar'
328+
implementation 'org.rm3l:maoni:9.1.0@aar'
329+
implementation 'org.rm3l:maoni-doorbell:9.1.0@aar'
330330
}
331331
```
332332

@@ -459,7 +459,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w
459459
```gradle
460460
dependencies {
461461
// ...
462-
api 'org.rm3l:maoni-common:9.0.0@aar'
462+
api 'org.rm3l:maoni-common:9.1.0@aar'
463463
}
464464
```
465465
You can write your project in any JVM language of your choice (e.g., [Kotlin](https://kotlinlang.org/), as with [maoni-slack](https://github.com/rm3l/maoni-slack) and [maoni-github](https://github.com/rm3l/maoni-github)), as long as the callback implementation can be called from Maoni.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final homePath = System.properties['user.home']
2626

2727
buildscript {
2828
ext.maoni_group = 'org.rm3l'
29-
ext.maoni_version = '9.0.0'
29+
ext.maoni_version = '9.1.0'
3030

3131
ext.kotlin_version = '1.4.31'
3232
ext.anko_version = '0.10.8'

callbacks/maoni-doorbell/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add this to your `build.gradle`:
1717

1818
```gradle
1919
dependencies {
20-
implementation 'org.rm3l:maoni:9.0.0@aar'
21-
implementation 'org.rm3l:maoni-doorbell:9.0.0@aar'
20+
implementation 'org.rm3l:maoni:9.1.0@aar'
21+
implementation 'org.rm3l:maoni-doorbell:9.1.0@aar'
2222
}
2323
```
2424

callbacks/maoni-doorbell/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ POM_NAME=maoni-doorbell
22
POM_DESCRIPTION=Callback for Maoni to send user feedback to Doorbell.io
33
POM_ARTIFACT_ID=maoni-doorbell
44
POM_PACKAGING=aar
5-
POM_URL=https://github.com/rm3l/maoni/tree/9.0.0/callbacks/maoni-doorbell
5+
POM_URL=https://github.com/rm3l/maoni/tree/9.1.0/callbacks/maoni-doorbell

callbacks/maoni-email/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Add this to your `build.gradle`:
1616

1717
```gradle
1818
dependencies {
19-
implementation 'org.rm3l:maoni:9.0.0@aar'
20-
implementation 'org.rm3l:maoni-email:9.0.0@aar'
19+
implementation 'org.rm3l:maoni:9.1.0@aar'
20+
implementation 'org.rm3l:maoni-email:9.1.0@aar'
2121
}
2222
```
2323

callbacks/maoni-email/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ POM_NAME=maoni-email
22
POM_DESCRIPTION=Callback for Maoni to send user feedback via email
33
POM_ARTIFACT_ID=maoni-email
44
POM_PACKAGING=aar
5-
POM_URL=https://github.com/rm3l/maoni/tree/9.0.0/callbacks/maoni-email
5+
POM_URL=https://github.com/rm3l/maoni/tree/9.1.0/callbacks/maoni-email

callbacks/maoni-github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Add this to your `build.gradle`:
1919

2020
```gradle
2121
dependencies {
22-
implementation 'org.rm3l:maoni:9.0.0@aar'
23-
implementation 'org.rm3l:maoni-github:9.0.0@aar'
22+
implementation 'org.rm3l:maoni:9.1.0@aar'
23+
implementation 'org.rm3l:maoni-github:9.1.0@aar'
2424
}
2525
```
2626

callbacks/maoni-github/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ POM_NAME=maoni-github
22
POM_DESCRIPTION=Callback for Maoni to send user feedback as Github issues
33
POM_ARTIFACT_ID=maoni-github
44
POM_PACKAGING=aar
5-
POM_URL=https://github.com/rm3l/maoni/tree/9.0.0/callbacks/maoni-github
5+
POM_URL=https://github.com/rm3l/maoni/tree/9.1.0/callbacks/maoni-github

callbacks/maoni-jira/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Add this to your `build.gradle`:
1717

1818
```gradle
1919
dependencies {
20-
implementation 'org.rm3l:maoni:9.0.0@aar'
21-
implementation 'org.rm3l:maoni-jira:9.0.0@aar'
20+
implementation 'org.rm3l:maoni:9.1.0@aar'
21+
implementation 'org.rm3l:maoni-jira:9.1.0@aar'
2222
}
2323
```
2424

callbacks/maoni-jira/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ POM_NAME=maoni-jira
22
POM_DESCRIPTION=Callback for Maoni to send user feedback as JIRA issues
33
POM_ARTIFACT_ID=maoni-jira
44
POM_PACKAGING=aar
5-
POM_URL=https://github.com/rm3l/maoni/tree/9.0.0/callbacks/maoni-jira
5+
POM_URL=https://github.com/rm3l/maoni/tree/9.1.0/callbacks/maoni-jira

0 commit comments

Comments
 (0)