commit ef5a8226bfbbb190425b351b454feeaf40693c35
parent e132234c2e5521b0848a88efe88bd578f77bbd35
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 8 Mar 2023 19:42:28 -0500
Update version, readme, and copyright
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
ISC License
-Copyright 2021 Jake Bauer <jbauer@paritybit.ca>
+Copyright 2021-2023 Jake Bauer <jbauer@paritybit.ca>
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
diff --git a/README.md b/README.md
@@ -11,7 +11,7 @@ This project is actively maintained.
header and footer "templates"
* MultiMarkdown metadata support
* Easy creation of an Atom feed containing the content of all posts
-* Basic website styling through one CSS file (by default)
+* Basic website styling through one CSS file by default
* Easy method to deploy generated files
* Simple configuration file
diff --git a/sbs b/sbs
@@ -2,7 +2,7 @@
# sbs
# A simple and straightforward static site generator
-# Copyright (C) 2022 Jake Bauer
+# Copyright (C) 2021-2023 Jake Bauer
# Licensed under the terms of the ISC License, see LICENSE for details.
set -o errexit # Halt processing if an error is encountered
@@ -319,7 +319,7 @@ case "$1" in
push
;;
"version")
- echo "v1.0.0" ;
+ echo "v1.1.0" ;
;;
*)
echo "Unknown command. See sbs(1) for documentation."