Skip to content

Commit

Permalink
Merge pull request #5 from zipper/0-dependency-update
Browse files Browse the repository at this point in the history
Dependency update
  • Loading branch information
zipper authored Jan 18, 2022
2 parents 1322585 + 225b61e commit 4537a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"readme.md"
],
"dependencies": {
"nette.ajax.js": "zipper/nette.ajax.js#~2.4.0"
"nette.ajax.js": "zipper/nette.ajax.js#^2.4.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "history.nette.ajax.js",
"title": "history.nette.ajax.js",
"description": "Adds History API support for Nette Framework.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Vojtech Dobes <[email protected]>",
"contributors": [
"Radek Šerý <[email protected]>"
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/zipper/history.nette.ajax.js",
"dependencies": {
"jquery": ">=1.12",
"nette.ajax.js": "zipper/nette.ajax.js#semver:~2.4.0"
"nette.ajax.js": "zipper/nette.ajax.js#semver:^2.4.0"
},
"devDependencies": {}
}

0 comments on commit 4537a7a

Please sign in to comment.