We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cd858 commit e5d1efbCopy full SHA for e5d1efb
job-place.php
@@ -5,7 +5,7 @@
5
* Description: A Job posting platform made by WordPress.
6
* Requires at least: 5.8
7
* Requires PHP: 7.3
8
- * Version: 0.3.0
+ * Version: 0.4.1
9
* Author: Maniruzzaman Akash<[email protected]>
10
* License: GPL-2.0-or-later
11
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -28,7 +28,7 @@ final class Job_Place {
28
*
29
* @var string
30
*/
31
- const VERSION = '0.4.0';
+ const VERSION = '0.4.1';
32
33
/**
34
* Plugin slug.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jobplace",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "A Job posting platform made by WordPress and best architectures",
"main": "src/index.tsx",
"scripts": {
0 commit comments