Skip to content

Commit

Permalink
release: write version 0.2.1 in gradle.build
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Nov 13, 2023
1 parent 75adf9f commit f53aea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/lib/versions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const kspVersion = '1.8.22-1.0.11';
export const shadowVersion = '8.1.1';

//Jnxplus gradle plugin
export const jnxplusGradlePluginVersion = '0.2.1-next.0';
export const jnxplusGradlePluginVersion = '0.2.1';

//Prettier
export const prettierVersion = '^3.0.3';
Expand Down
2 changes: 1 addition & 1 deletion packages/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group = 'io.github.khalilou88.jnxplus'
version = '0.2.1-next.0'
version = '0.2.1'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit f53aea5

Please sign in to comment.