Changed version to 0.0.2

This commit is contained in:
Jason 2025-03-22 17:56:37 +01:00
parent 8b5dd2e42e
commit ec6b611646
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "virtueller-stundenplan", "name": "virtueller-stundenplan",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "virtueller-stundenplan", "name": "virtueller-stundenplan",
"version": "0.0.1", "version": "0.0.2",
"license": "CC-BY-NC-4.0", "license": "CC-BY-NC-4.0",
"dependencies": { "dependencies": {
"axios": "^1.8.4" "axios": "^1.8.4"

View File

@ -1,6 +1,6 @@
{ {
"name": "virtueller-stundenplan", "name": "virtueller-stundenplan",
"version": "0.0.1", "version": "0.0.2",
"description": "A library to access the data from virtueller-stundenplan.org", "description": "A library to access the data from virtueller-stundenplan.org",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {