Skip to content

Commit a077600

Browse files
authored
Merge pull request #41 from anuruddhal/bump-version-0.2.0
Bump version to 0.2.0-SNAPSHOT
2 parents 8660803 + 285585a commit a077600

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "wso2"
33
name = "icp.runtime.bridge"
4-
version = "0.1.10-SNAPSHOT"
4+
version = "0.2.0-SNAPSHOT"
55
distribution = "2201.13.2"
66
repository = "https://github.com/wso2/icp-runtime-bridge"
77
license = ["Apache-2.0"]
@@ -10,4 +10,4 @@ license = ["Apache-2.0"]
1010
graalvmCompatible = true
1111

1212
[[platform.java21.dependency]]
13-
path = "../native/build/libs/icp.runtime.bridge-native-0.1.10-SNAPSHOT.jar"
13+
path = "../native/build/libs/icp.runtime.bridge-native-0.2.0-SNAPSHOT.jar"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "icp.runtime.bridge-compiler-plugin"
33
class = "io.ballerina.lib.wso2.icp.compiler.SwaggerPackCompilerPlugin"
44

55
[[dependency]]
6-
path = "lib/icp.runtime.bridge-compiler-plugin-0.1.10-SNAPSHOT.jar"
6+
path = "lib/icp.runtime.bridge-compiler-plugin-0.2.0-SNAPSHOT.jar"
77

88
[[dependency]]
99
path = "lib/ballerina-to-openapi-2.4.0.jar"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=org.ballerinalang
3-
version=0.1.10-SNAPSHOT
3+
version=0.2.0-SNAPSHOT
44

55
puppycrawlCheckstyleVersion=10.12.0
66
jacocoVersion=0.8.10

0 commit comments

Comments
 (0)