Skip to content

Commit fcc7221

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
[skip ci]
1 parent f08e030 commit fcc7221

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.7.0</version>
24+
<version>0.8.0</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation for testing any application on any platform</description>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boyka-framework",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Ultimate Automation framework to handle automation of web, mobile and API applications.",
55
"author": {
66
"name": "Wasiq Bhamla",

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.7.0",
3+
"version": "0.8.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)