diff --git a/.github/workflows/central-release.yml b/.github/workflows/central-release.yml index 1b5b970..5c833d4 100644 --- a/.github/workflows/central-release.yml +++ b/.github/workflows/central-release.yml @@ -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 diff --git a/README.md b/README.md index a2a45b2..7aa1e58 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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' } ``` @@ -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") } ``` @@ -254,7 +254,7 @@ dependencies { io.github.vicvalentim devolay - 2.1.1-vic.1 + 2.2.0-vic.1 ``` @@ -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' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 86c6833..c0b1f40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,5 +6,5 @@ plugins { allprojects { group = "io.github.vicvalentim" - version = "2.1.1-vic.1" + version = "2.2.0-vic.1" } diff --git a/jreleaser.yml b/jreleaser.yml index e59224b..13b0fd2 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -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: