Skip to content

Commit e5d1efb

Browse files
⚡CHORE: Realease version 0.4.1
1 parent 92cd858 commit e5d1efb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

job-place.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: A Job posting platform made by WordPress.
66
* Requires at least: 5.8
77
* Requires PHP: 7.3
8-
* Version: 0.3.0
8+
* Version: 0.4.1
99
* Author: Maniruzzaman Akash<[email protected]>
1010
* License: GPL-2.0-or-later
1111
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -28,7 +28,7 @@ final class Job_Place {
2828
*
2929
* @var string
3030
*/
31-
const VERSION = '0.4.0';
31+
const VERSION = '0.4.1';
3232

3333
/**
3434
* Plugin slug.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jobplace",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A Job posting platform made by WordPress and best architectures",
55
"main": "src/index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)