Skip to content

Commit

Permalink
fix: version in plugins files
Browse files Browse the repository at this point in the history
  • Loading branch information
Romaixn committed Oct 27, 2023
1 parent 2cbd8bd commit a9f536f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-drive",
"version": "0.2.0",
"version": "0.3.2",
"main": "Gruntfile.js",
"author": "Romain Herault",
"scripts": {
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: rherault
Donate link: https://github.com/sponsors/Romaixn
Tags: turbo, swup, no refresh, optimize, spa
Requires at least: 5.7.0
Tested up to: 6.1.1
Tested up to: 6.3.2
Requires PHP: 7.4
Stable tag: 0.2.0
Stable tag: 0.3.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -21,6 +21,12 @@ Integrate Hotwired Turbo with WordPress, no page reload, no jQuery.

== Changelog ==

= 0.3.2 =
* Upgrading dependencies

= 0.3.0 =
* Change plugin name

= 0.2.0 =
* Add attribute to all assets to reload page if it change

Expand Down
2 changes: 1 addition & 1 deletion turbo-drive.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://rherault.dev
* Text Domain: turbo-drive
* Domain Path: /languages
* Version: 0.2.0
* Version: 0.3.2
*
* @package Turbo_Drive
*/
Expand Down

0 comments on commit a9f536f

Please sign in to comment.