diff --git a/LICENSE b/LICENSE index e1b048f..b724712 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 kraigee +Copyright (c) 2023 arktn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 48482ca..cd3a359 100644 --- a/README.md +++ b/README.md @@ -158,4 +158,4 @@ Returns: * [GommeHD.net](https://laby.net/server/gommehd): Server-Data ## LICENSE -MIT © 2022 [kraigee](https://github.com/kraigee) +MIT © 2023 [arktn](https://github.com/arktn) diff --git a/package-lock.json b/package-lock.json index ddd66c2..6232f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "laby.net", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "laby.net", - "version": "0.0.6", + "version": "0.0.8", "license": "MIT", "devDependencies": { "mocha": "^10.0.0" diff --git a/package.json b/package.json index 1e2d948..92e57f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laby.net", - "version": "0.0.7", + "version": "0.0.8", "description": "JS wrapper for https://laby.net", "main": "./lib/index.js", "directories": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/kraigee/laby.net.git" + "url": "git+https://github.com/arktn/laby.net.git" }, "keywords": [ "laby", @@ -22,12 +22,12 @@ "skin", "head" ], - "author": "kraigee (https://github.com/kraigee)", + "author": "arktn (https://github.com/arktn)", "license": "MIT", "bugs": { - "url": "https://github.com/kraigee/laby.net/issues" + "url": "https://github.com/arktn/laby.net/issues" }, - "homepage": "https://github.com/kraigee/laby.net#readme", + "homepage": "https://github.com/arktn/laby.net#readme", "devDependencies": { "mocha": "^10.0.0" }