From a2fd78ef35e18684ba176695cd2b85a49a6de1a0 Mon Sep 17 00:00:00 2001 From: Andrey Gershun Date: Tue, 12 May 2015 21:32:35 +0300 Subject: [PATCH] README --- .bower.json | 2 +- meteor/package.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bower.json b/.bower.json index 616ea03b00..2657d35d6f 100644 --- a/.bower.json +++ b/.bower.json @@ -1,7 +1,7 @@ { "name": "alasql", "description":"AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "keywords": [ "sql", diff --git a/meteor/package.js b/meteor/package.js index 173453cb05..4ace397b8b 100644 --- a/meteor/package.js +++ b/meteor/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'agershun:alasql', - version: '0.1.4', + version: '0.1.5', // Brief, one-line summary of the package. summary: 'AlaSQL.js - JavaScript SQL database library', // URL to the Git repository containing the source code for this package.