diff --git a/scripts/package.sh b/scripts/package.sh index a3b8a7b..4e51f78 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -32,20 +32,20 @@ package() { set -x -package unpack-assoc 0.1 \ +package unpack-assoc 0.2 \ "Alist/hash-table destructuring case macros" -package shell-quote 0.1 \ +package shell-quote 0.2 \ "Scheme DSL to build shell command lines" \ "shell-quote-test.scm" -package dockerfile 0.1 \ +package dockerfile 0.2 \ "Scheme DSL to build Dockerfiles" \ "dockerfile-test.scm" -package string-inflection 0.1.1 \ +package string-inflection 0.2 \ "lisp-case under_score CapsUpper capsLower" \ "string-inflection-test.scm" -package trivial-tar-writer 0.1 \ +package trivial-tar-writer 0.2 \ "Simplest way to output uncompressed .tar file"