mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 01:06:53 +02:00
Bump version number
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "daledavies/jump",
|
"name": "daledavies/jump",
|
||||||
"description": "A self-hosted startpage for your stuff",
|
"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",
|
"type": "project",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
2
jumpapp/composer.lock
generated
2
jumpapp/composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7ea3804d37d3b0050903f4604d6a82ab",
|
"content-hash": "c3426163cf699eea3c06c5f0e18d7419",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "arthurhoaro/favicon",
|
"name": "arthurhoaro/favicon",
|
||||||
|
|||||||
22
package.json
22
package.json
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "jump",
|
"name": "jump",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. ",
|
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --mode=development --devtool=inline-source-map --watch",
|
"dev": "webpack --mode=development --devtool=inline-source-map --watch",
|
||||||
"build": "webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"webpack": "^5.68.0",
|
"webpack": "^5.68.0",
|
||||||
"webpack-cli": "^4.9.2"
|
"webpack-cli": "^4.9.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user