Skip to content

Commit 925e031

Browse files
committed
version bump 1.1
1 parent 41bd355 commit 925e031

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT/X Consortium License
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

snotes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# snotes-1.0 by v4hn / 2009-2013
2+
# snotes-1.1 by v4hn / 2009-2022
33
# See LICENSE file for copyright and license details.
44

55
info(){
@@ -70,8 +70,8 @@ if [ ! -d "$SNOTES_DB" ]; then
7070
# changed:note assumes a predecessor for each non-empty commit
7171
git commit -q --allow-empty -m "root commit"
7272
cat > "introduction to snotes" <<'EOF'
73-
Welcome to snotes 1.0
74-
~~~~~~~~~~~~~~~~~~~~~
73+
Welcome to snotes
74+
~~~~~~~~~~~~~~~~~
7575
7676
You're reading the first note in your newly created notes system.
7777
If you don't like it, just remove all content from the note and

snotes-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# snotes-1.0 by v4hn / 2009-2013
2+
# snotes-1.1 by v4hn / 2009-2022
33
# See LICENSE file for copyright and license details.
44

55
info(){

0 commit comments

Comments
 (0)