Skip to content

Commit f83cba0

Browse files
committed
chore(version): bump to 3.1.2
1 parent 0acb22a commit f83cba0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
==========
33

4+
Version 3.1.2
5+
----------------
6+
7+
## Bug fixes:
8+
9+
- RTMP: fix connection to Twitch (see [#283](https://github.com/ThibaultBee/StreamPack/issues/283))
10+
411
Version 3.1.1
512
----------------
613

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Get StreamPack core latest artifacts on Maven Central:
1717

1818
```groovy
1919
dependencies {
20-
implementation 'io.github.thibaultbee.streampack:streampack-core:3.1.1'
20+
implementation 'io.github.thibaultbee.streampack:streampack-core:3.1.2'
2121
// For UI (incl. PreviewView)
22-
implementation 'io.github.thibaultbee.streampack:streampack-ui:3.1.1'
22+
implementation 'io.github.thibaultbee.streampack:streampack-ui:3.1.2'
2323
// For services (incl. screen capture/media projection service)
24-
implementation 'io.github.thibaultbee.streampack:streampack-services:3.1.1'
24+
implementation 'io.github.thibaultbee.streampack:streampack-services:3.1.2'
2525
// For RTMP
26-
implementation 'io.github.thibaultbee.streampack:streampack-rtmp:3.1.1'
26+
implementation 'io.github.thibaultbee.streampack:streampack-rtmp:3.1.2'
2727
// For SRT
28-
implementation 'io.github.thibaultbee.streampack:streampack-srt:3.1.1'
28+
implementation 'io.github.thibaultbee.streampack:streampack-srt:3.1.2'
2929
}
3030
```
3131

@@ -264,7 +264,7 @@ For a complete example, check out the [demos/camera](demos/camera) directory.
264264

265265
```groovy
266266
dependencies {
267-
implementation 'io.github.thibaultbee.streampack:streampack-services:3.1.1'
267+
implementation 'io.github.thibaultbee.streampack:streampack-services:3.1.2'
268268
}
269269
```
270270

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
allprojects {
8-
val versionCode by extra { 3_001_001 }
9-
val versionName by extra { "3.1.1" }
8+
val versionCode by extra { 3_001_002 }
9+
val versionName by extra { "3.1.2" }
1010

1111
group = "io.github.thibaultbee.streampack"
1212
version = versionName

0 commit comments

Comments
 (0)