summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJannis R <mail@jannisr.de>2020-10-16 18:10:38 +0200
committerJannis R <mail@jannisr.de>2020-10-16 18:11:00 +0200
commit2f13bd7349b798e4afd5693f6a258a56e30cf13d (patch)
tree3d7c66e9a1c015ff6850fa7eac2ce2701285d050 /package.json
parent0fdbefbb86bcf959875358b732682af65eddacc2 (diff)
minor tweaks, 1.0.4
also add @RangerMauve as contributor [ci skip]
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index db4432f..72316c9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@derhuerst/gemini",
"description": "Experimental Gemini server & client.",
- "version": "1.0.3",
+ "version": "1.0.4",
"main": "index.js",
"files": [
"index.js",
@@ -18,6 +18,9 @@
"server"
],
"author": "Jannis R <mail@jannisr.de>",
+ "contributors": [
+ "<RangerMauve@hotmail.com>"
+ ],
"homepage": "https://github.com/derhuerst/gemini",
"repository": "derhuerst/gemini",
"bugs": "https://github.com/derhuerst/gemini/issues",