Bump package.json version number and remove from composer.json

This commit is contained in:
Dale Davies
2022-02-14 22:45:32 +00:00
parent e9a5dc931b
commit 3c4ed8ea69
3 changed files with 2 additions and 6 deletions

View File

@@ -1,8 +1,4 @@
{
"name": "daledavies/jump",
"version": "1.0.1",
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
"type": "project",
"autoload": {
"psr-4": {
"Jump\\": "classes/"

2
jumpapp/composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "c3426163cf699eea3c06c5f0e18d7419",
"content-hash": "972ae27bc31bfd2e428f6cba56a0dc37",
"packages": [
{
"name": "arthurhoaro/favicon",

View File

@@ -1,6 +1,6 @@
{
"name": "jump",
"version": "1.0.1",
"version": "1.0.2",
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
"scripts": {
"dev": "webpack --mode=development --devtool=inline-source-map --watch",