Skip to content

Commit

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

VERSION=0.1.0
VERSION=0.2.0
BRANCH=`git branch | grep '^*' | sed 's/* //'`
DATE=`date -uR`
SPEC_CHECKSUM=`md5sum spec/lips.spec.js | cut -d' ' -f 1`
Expand Down
6 changes: 3 additions & 3 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&acf06f4b5cae4b8fb9ca088cda6a89e805b48569)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![npm](https://img.shields.io/badge/npm-0.2.0-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&6d5149f2f3a76a5960c78736738a05a0f30a5159)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=master&90f3a78d04af7d30b1ab1a6b7b5d9c13)](https://coveralls.io/github/jcubic/lips?branch=master)



Expand Down
6 changes: 3 additions & 3 deletions dist/lips.js
@@ -1,10 +1,10 @@
/**@license
* LIPS is Pretty Simple - version DEV
* LIPS is Pretty Simple - version 0.2.0
*
* Copyright (c) 2018 Jakub Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license
*
* build: Sun, 04 Mar 2018 08:09:12 +0000
* build: Sun, 04 Mar 2018 08:14:59 +0000
*/
/*
* TODO: Pair.prototype.toObject = alist to Object
Expand Down Expand Up @@ -1168,7 +1168,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
return new _Symbol(value.name);
};
return {
version: 'DEV',
version: '0.2.0',
parse: parse,
tokenize: tokenize,
evaluate: evaluate,
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.1.0",
"version": "0.2.0",
"description": "Simple Scheme Like Lisp in JavaScript",
"main": "dist/lips.js",
"scripts": {},
Expand Down

0 comments on commit c7d8e02

Please sign in to comment.