Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/central-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: choice
options:
- UPLOAD 2.1.1-vic.1
- UPLOAD 2.2.0-vic.1

permissions:
contents: read
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ io.github.vicvalentim
The current fork release line is:

```text
2.1.1-vic.1
2.2.0-vic.1
```

## Fork goals
Expand Down Expand Up @@ -215,7 +215,7 @@ An NDI Runtime must therefore be installed on the target system.
The maintained fork uses:

```text
io.github.vicvalentim:devolay:2.1.1-vic.1
io.github.vicvalentim:devolay:2.2.0-vic.1
```

The first public Maven Central release of the fork is being prepared.
Expand All @@ -232,7 +232,7 @@ repositories {
}

dependencies {
implementation 'io.github.vicvalentim:devolay:2.1.1-vic.1'
implementation 'io.github.vicvalentim:devolay:2.2.0-vic.1'
}
```

Expand All @@ -244,7 +244,7 @@ repositories {
}

dependencies {
implementation("io.github.vicvalentim:devolay:2.1.1-vic.1")
implementation("io.github.vicvalentim:devolay:2.2.0-vic.1")
}
```

Expand All @@ -254,7 +254,7 @@ dependencies {
<dependency>
<groupId>io.github.vicvalentim</groupId>
<artifactId>devolay</artifactId>
<version>2.1.1-vic.1</version>
<version>2.2.0-vic.1</version>
</dependency>
```

Expand All @@ -275,7 +275,7 @@ repositories {
}

dependencies {
implementation 'io.github.vicvalentim:devolay:2.1.1-vic.1'
implementation 'io.github.vicvalentim:devolay:2.2.0-vic.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugins {

allprojects {
group = "io.github.vicvalentim"
version = "2.1.1-vic.1"
version = "2.2.0-vic.1"
}
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project:
name: devolay
version: 2.1.1-vic.1
version: 2.2.0-vic.1
versionPattern: SEMVER
description: Community-maintained fork of Devolay with macOS Apple Silicon support.
authors:
Expand Down