Bump version numbers
This commit is contained in:
parent
5566c6c119
commit
f7be9e47fc
|
@ -32,20 +32,20 @@ package() {
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
package unpack-assoc 0.1 \
|
package unpack-assoc 0.2 \
|
||||||
"Alist/hash-table destructuring case macros"
|
"Alist/hash-table destructuring case macros"
|
||||||
|
|
||||||
package shell-quote 0.1 \
|
package shell-quote 0.2 \
|
||||||
"Scheme DSL to build shell command lines" \
|
"Scheme DSL to build shell command lines" \
|
||||||
"shell-quote-test.scm"
|
"shell-quote-test.scm"
|
||||||
|
|
||||||
package dockerfile 0.1 \
|
package dockerfile 0.2 \
|
||||||
"Scheme DSL to build Dockerfiles" \
|
"Scheme DSL to build Dockerfiles" \
|
||||||
"dockerfile-test.scm"
|
"dockerfile-test.scm"
|
||||||
|
|
||||||
package string-inflection 0.1.1 \
|
package string-inflection 0.2 \
|
||||||
"lisp-case under_score CapsUpper capsLower" \
|
"lisp-case under_score CapsUpper capsLower" \
|
||||||
"string-inflection-test.scm"
|
"string-inflection-test.scm"
|
||||||
|
|
||||||
package trivial-tar-writer 0.1 \
|
package trivial-tar-writer 0.2 \
|
||||||
"Simplest way to output uncompressed .tar file"
|
"Simplest way to output uncompressed .tar file"
|
||||||
|
|
Loading…
Reference in New Issue