Skip to content

Commit

Permalink
version 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 25, 2019
1 parent 626c660 commit a307ede
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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

VERSION=0.15.2
VERSION=0.15.3
BRANCH=`git branch | grep '^*' | sed 's/* //'`
DATE=`date -uR`
SPEC_CHECKSUM=`md5sum spec/lips.spec.js | cut -d' ' -f 1`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## LIPS is Pretty Simple

[![npm](https://img.shields.io/badge/npm-0.15.2-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&4bdf269495960b071b32fa1a9d83d04d8ad97fa5)](https://travis-ci.org/jcubic/jquery.terminal)
[![npm](https://img.shields.io/badge/npm-0.15.3-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&626c660e2f679156e08cd1adefeefce68e461c16)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=master&c0db2af4d10e185d40b28d0fbe58d046)](https://coveralls.io/github/jcubic/lips?branch=master)


Expand Down
6 changes: 3 additions & 3 deletions dist/lips.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**@license
* LIPS is Pretty Simple - simple scheme like lisp in JavaScript - v. 0.15.2
* LIPS is Pretty Simple - simple scheme like lisp in JavaScript - v. 0.15.3
*
* Copyright (c) 2018-2019 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
Expand All @@ -21,7 +21,7 @@
* http://javascript.nwbox.com/ContentLoaded/
* http://javascript.nwbox.com/ContentLoaded/MIT-LICENSE
*
* build: Sat, 25 May 2019 09:40:32 +0000
* build: Sat, 25 May 2019 09:41:16 +0000
*/
(function () {
'use strict';
Expand Down Expand Up @@ -5831,7 +5831,7 @@
Environment.__className = 'Environment'; // -------------------------------------------------------------------------

var lips = {
version: '0.15.2',
version: '0.15.3',
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jcubic/lips",
"version": "0.15.2",
"version": "0.15.3",
"description": "Simple Scheme Like Lisp in JavaScript",
"main": "src/lips.js",
"unpkg": "dist/lips.min.js",
Expand Down

0 comments on commit a307ede

Please sign in to comment.