Skip to content

Commit 2cd0738

Browse files
committed
chore(Internal): updated version number
1 parent b1853b6 commit 2cd0738

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.github.wasiqb.boyka</groupId>
2323
<artifactId>boyka-framework</artifactId>
24-
<version>0.19.0-beta.0</version>
24+
<version>0.19.0-beta.1</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.19.0-beta.0",
2+
"version": "0.19.0-beta.1",
33
"npmClient": "npm",
44
"changelog": {
55
"repo": "BoykaFramework/boyka-framework",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.19.0-beta.0",
3+
"version": "0.19.0-beta.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)