Skip to content

Commit 5660d97

Browse files
committed
chore(Internal): ♻️ updated stable version in related files
[skip ci]
1 parent 47aff09 commit 5660d97

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.4 (2022-08-15)
2+
## v0.8.1 (2022-08-16)
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))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Use this space to tell a little more about your project and how it can be used.
139139
<dependency>
140140
<groupId>com.github.wasiqb.boyka</groupId>
141141
<artifactId>boyka-framework</artifactId>
142-
<version>0.8.0</version>
142+
<version>0.8.1</version>
143143
</dependency>
144144
```
145145

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.4</version>
24+
<version>v0.8.1</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.4",
2+
"version": "0.8.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"changelog": {

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.8.0",
3+
"version": "0.8.1",
44
"description": "Ultimate Automation framework to handle automation of web, mobile and API applications.",
55
"author": {
66
"name": "Wasiq Bhamla",

website/docs/framework-docs/getting-started/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can start by adding the following dependency to your `pom.xml` file:
1111
<dependency>
1212
<groupId>com.github.wasiqb.boyka</groupId>
1313
<artifactId>boyka-framework</artifactId>
14-
<version>0.8.0</version>
14+
<version>0.8.1</version>
1515
</dependency>
1616
```
1717

@@ -20,7 +20,7 @@ You can start by adding the following dependency to your `pom.xml` file:
2020
You can start by adding the following dependency to your `build.gradle` file:
2121

2222
```groovy title=build.gradle
23-
compile "com.github.wasiqb.boyka:boyka-framework:0.8.0"
23+
compile "com.github.wasiqb.boyka:boyka-framework:0.8.1"
2424
```
2525

2626
## Download the jar

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

0 commit comments

Comments
 (0)