Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Oct 17, 2023
1 parent 4d54c87 commit 3310cfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
export default class Cookie
{
/**
* Make a new Cookie instance.
*
* @return {void}
*/
constructor()
{
//
}

/**
* Set a cookie value for the given key.
*
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": "@conedevelopment/qkie",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple cookie management.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3310cfe

Please sign in to comment.