Skip to content

Commit

Permalink
Updated the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed May 19, 2024
1 parent 1f6bd7a commit 223ede5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Jaxon.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Jaxon
/**
* @const string
*/
const VERSION = 'Jaxon 4.x';
const VERSION = 'Jaxon 5.x';

/**
* @const string
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Code/AssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AssetManager
*
* @var string
*/
const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/jaxon-js@5.0.0rc4/dist';
const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/jaxon-js@5.0.0rc-6/dist';

/**
* The constructor
Expand Down

0 comments on commit 223ede5

Please sign in to comment.