Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 23, 2023
1 parent b7d4142 commit 4f8033f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: publish test coveralls lint zero coverage

VERSION=1.0.0-beta.17.1
VERSION=1.0.0-beta.17.2
VERSION_DASH=`echo -n "1.0.0-beta.17" | sed "s/-/%E2%80%93/"`
BRANCH=`git branch | grep '^*' | sed 's/* //'`
DATE=`date -uR`
Expand Down
16 changes: 8 additions & 8 deletions dist/lips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/lips.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jcubic/lips",
"version": "1.0.0-beta.17.1",
"version": "1.0.0-beta.17.2",
"description": "Simple Scheme Like Lisp in JavaScript",
"main": "src/lips.js",
"type": "module",
Expand Down

0 comments on commit 4f8033f

Please sign in to comment.