Skip to content

Commit

Permalink
version bump 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jan 31, 2022
1 parent 41bd355 commit 925e031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT/X Consortium License

© 2009-2013 v4hn <me at v4hn dot de>
© 2009-2022 v4hn <me at v4hn dot de>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
6 changes: 3 additions & 3 deletions snotes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# snotes-1.0 by v4hn / 2009-2013
# snotes-1.1 by v4hn / 2009-2022
# See LICENSE file for copyright and license details.

info(){
Expand Down Expand Up @@ -70,8 +70,8 @@ if [ ! -d "$SNOTES_DB" ]; then
# changed:note assumes a predecessor for each non-empty commit
git commit -q --allow-empty -m "root commit"
cat > "introduction to snotes" <<'EOF'
Welcome to snotes 1.0
~~~~~~~~~~~~~~~~~~~~~
Welcome to snotes
~~~~~~~~~~~~~~~~~
You're reading the first note in your newly created notes system.
If you don't like it, just remove all content from the note and
Expand Down
2 changes: 1 addition & 1 deletion snotes-open
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# snotes-1.0 by v4hn / 2009-2013
# snotes-1.1 by v4hn / 2009-2022
# See LICENSE file for copyright and license details.

info(){
Expand Down

0 comments on commit 925e031

Please sign in to comment.