Skip to content

Commit

Permalink
Merge pull request #42 from usernane/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
usernane authored Jul 9, 2023
2 parents d69f30a + cc37435 commit 3ef55d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/AJAXRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ Object.defineProperties(AJAXRequest, {

Object.defineProperties(AJAXRequest.META, {
VERSION: {
value: '2.1.7',
value: '2.1.8',
writable: false
},
REALSE_DATE: {
value: '2023-07-06',
value: '2023-07-09',
writable: false
},
CONTRIBUTORS: {
Expand Down
6 changes: 3 additions & 3 deletions dist/AJAXRequest.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ Object.defineProperties(AJAXRequest, {
});

Object.defineProperties(AJAXRequest.META, {
ERSION: {
value: '2.1.7',
VERSION: {
value: '2.1.8',
writable: false
},
REALSE_DATE: {
value: '2023-07-06',
value: '2023-07-09',
writable: false
},
CONTRIBUTORS: {
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "AJAXRequest.js",
"name": "ajaxrequest-helper",
"version": "2.1.8",
"homepage": "https://github.com/usernane/AJAXRequestJS#readme",
"description":"A JavaScript class library that can help in managing AJAX requests.",
"keywords": ["util", "ajax", "client", "browser"],
"author": "Ibrahim BinAlshikh",
"author": "Ibrahim BinAlshikh <[email protected]>",
"license":"MIT",
"contributors": [],
"dependencies": {}
}

0 comments on commit 3ef55d5

Please sign in to comment.