Skip to content

Commit 7fcb6f2

Browse files
authored
Merge pull request #421 from ballerina-platform/release-1.4.2
[Automated] Sync master after 1.4.2 release
2 parents 8ec787b + f523468 commit 7fcb6f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "regex"
4-
version = "1.4.1"
4+
version = "1.4.2"
55
authors = ["Ballerina"]
66
keywords = ["regex", "string", "regular expressions"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-regex"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ modules = [
3838
[[package]]
3939
org = "ballerina"
4040
name = "regex"
41-
version = "1.4.1"
41+
version = "1.4.2"
4242
dependencies = [
4343
{org = "ballerina", name = "jballerina.java"},
4444
{org = "ballerina", name = "lang.string"},

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=io.ballerina.stdlib
3-
version=1.4.2-SNAPSHOT
3+
version=1.4.3-SNAPSHOT
44

55
ballerinaLangVersion=2201.5.0
66

0 commit comments

Comments
 (0)