Skip to content

Commit

Permalink
Updated the js lib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 10, 2025
1 parent 5982a72 commit c0b8816
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/jaxon.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var jaxon = {
version: {
major: '5',
minor: '0',
patch: '0-beta.15',
patch: '0-beta.17',
},

debug: {
Expand Down
2 changes: 1 addition & 1 deletion dist/jaxon.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jaxon.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var jaxon = {
version: {
major: '5',
minor: '0',
patch: '0-beta.15',
patch: '0-beta.17',
},

debug: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaxon-js",
"version": "5.0.0-beta.15",
"version": "5.0.0-beta.17",
"description": "Javascript code for the Jaxon PHP library.",
"main": "jaxon.core.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var jaxon = {
version: {
major: '5',
minor: '0',
patch: '0-beta.15',
patch: '0-beta.17',
},

debug: {
Expand Down

0 comments on commit c0b8816

Please sign in to comment.