Skip to content

Commit

Permalink
Release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 5, 2024
1 parent d8eaafe commit 42f718d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions air-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Air helper
* Plugin URI: https://github.com/digitoimistodude/air-helper
* Description: Plugin provides helpful functions and modifications for WordPress projects.
* Version: 3.1.3
* Version: 3.1.4
* Author: Digitoimisto Dude Oy
* Author URI: https://www.dude.fi
* Requires at least: 5.5
Expand All @@ -28,9 +28,9 @@
* @return integer current version of plugin
*/
function air_helper_version() {
// Version: 3.1.3
// 5 integers, e. g. 3.1.3 -> 31003
return 31003;
// Version: 3.1.4
// 5 integers, e. g. 3.1.4 -> 31004
return 31004;
} // end air_helper_version

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugin"
],
"license": "GPL-3.0+",
"version": "3.1.3",
"version": "3.1.4",
"authors": [
{
"name": "Timi Wahalahti",
Expand Down Expand Up @@ -45,4 +45,4 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "*"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "air-helper",
"version": "3.1.3",
"version": "3.1.4",
"description": "Plugin provides helpful functions and modifications for WordPress projects.",
"main": "air-helper.php",
"dependencies": {},
Expand All @@ -18,4 +18,4 @@
"url": "https://github.com/digitoimistodude/air-helper/issues"
},
"homepage": "https://github.com/digitoimistodude/air-helper"
}
}

0 comments on commit 42f718d

Please sign in to comment.