Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 7, 2018
1 parent a5660e8 commit d34e295
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
.PHONY: publish test coveralls lint

VERSION=0.5.4
VERSION=0.6.0
BRANCH=`git branch | grep '^*' | sed 's/* //'`
DATE=`date -uR`
SPEC_CHECKSUM=`md5sum spec/lips.spec.js | cut -d' ' -f 1`
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,8 +1,8 @@
## LIPS is Pretty Simple

[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&a0057747eaa12dad8c0830d1c13960f6ff1ecfeb)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&7edd9923a1f283a13acc6f6a0c9744c3)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![npm](https://img.shields.io/badge/npm-0.6.0-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&a5660e824b85388768967afcb7f7b519eb317a1c)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=master&2565a767972a64e2959f434e12e8fcf1)](https://coveralls.io/github/jcubic/lips?branch=master)


LIPS is very simple Lisp, similar to Scheme written in JavaScript.
Expand Down Expand Up @@ -36,7 +36,7 @@ https://unpkg.com/@jcubic/lips
or from rawgit

```
https://cdn.rawgit.com/jcubic/lips/devel/dist/lips.min.js
https://cdn.rawgit.com/jcubic/lips/master/dist/lips.min.js
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions dist/lips.js
@@ -1,12 +1,12 @@
/**@license
* LIPS is Pretty Simple - version DEV
* LIPS is Pretty Simple - version 0.6.0
*
* Copyright (c) 2018 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* includes unfetch by Jason Miller (@developit) MIT License
*
* build: Sun, 07 Oct 2018 18:36:52 +0000
* build: Sun, 07 Oct 2018 18:38:33 +0000
*/
(function () {
'use strict';
Expand Down Expand Up @@ -4303,7 +4303,7 @@ function _typeof(obj) {
}); // --------------------------------------

return {
version: 'DEV',
version: '0.6.0',
exec: exec,
parse: parse,
tokenize: tokenize,
Expand Down
6 changes: 3 additions & 3 deletions dist/lips.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jcubic/lips",
"version": "0.5.4",
"version": "0.6.0",
"description": "Simple Scheme Like Lisp in JavaScript",
"main": "src/lips.js",
"unpkg": "dist/lips.min.js",
Expand Down

0 comments on commit d34e295

Please sign in to comment.