Skip to content

Commit

Permalink
Merge pull request #430 from niveathika/lang-update
Browse files Browse the repository at this point in the history
Update Language version to 2201.0.4
  • Loading branch information
BuddhiWathsala authored May 27, 2022
2 parents 2711b93 + f7823cd commit 18bb719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "time"
version = "2.2.1"
version = "2.2.2"
authors = ["Ballerina"]
keywords = ["time", "utc", "epoch", "civil"]
repository = "https://github.com/ballerina-platform/module-ballerina-time"
Expand All @@ -10,5 +10,5 @@ license = ["Apache-2.0"]
distribution = "2201.0.4"

[[platform.java11.dependency]]
path = "../native/build/libs/time-native-2.2.1.jar"
version = "2.2.1"
path = "../native/build/libs/time-native-2.2.2-SNAPSHOT.jar"
version = "2.2.2-SNAPSHOT"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.1"
version = "2.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.2.2-SNAPSHOT
ballerinaLangVersion=2201.0.1
ballerinaLangVersion=2201.0.4
puppycrawlCheckstyleVersion=8.18
ballerinaGradlePluginVersion=0.14.1

0 comments on commit 18bb719

Please sign in to comment.