Skip to content

Commit 17deb19

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
[skip ci]
1 parent 5b930c8 commit 17deb19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## v0.8.1-rc.3 (2022-08-15)
2+
## v0.8.1-rc.4 (2022-08-15)
33

44
#### :rocket: New Feature
55
* [#149](https://github.com/WasiqBhamla/boyka-framework/pull/149) feat(workflow): :construction_worker: created and pushed change log file when releasing main version ([@WasiqB](https://github.com/WasiqB))

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.8.1-rc.3</version>
24+
<version>0.8.1-rc.4</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>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.1-rc.3",
2+
"version": "0.8.1-rc.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"changelog": {

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.8.1-rc.3",
3+
"version": "0.8.1-rc.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)