Skip to content

Commit

Permalink
Version 0.0.49 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun committed Apr 21, 2015
1 parent 36dbb44 commit b20540f
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alasql",
"description":"AlaSQL - JavaScript SQL database library",
"version": "0.0.48",
"version": "0.0.49",
"license": "MIT",
"keywords": ["javascript","sql","database","indexeddb","excel","localstorage"],
"authors": ["Andrey Gershun <agershun@gmail.com>"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AlaSQL.js - JavaScript SQL database library with support of localStorage, IndexedDB, and Excel

Version: 0.0.48 "Amsterdam" Date: April 19, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)
Version: 0.0.49 "Иушоштп" Date: April 21, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)

Please use [AlaSQL Forum](https://groups.google.com/d/forum/alasql) for discussions or [Issues](https://github.com/agershun/alasql/issues) to report bugs.

Expand Down
6 changes: 3 additions & 3 deletions alasql.js

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

2 changes: 1 addition & 1 deletion console/alasql.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/alasql.js

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

2 changes: 1 addition & 1 deletion dist/alasql.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,7 +1,7 @@
{
"name": "alasql",
"description": "AlaSQL - JavaScript SQL database and data manipulation library",
"version": "0.0.48",
"version": "0.0.49",
"author": "Andrey Gershun <agershun@gmail.com>",
"directories": {
"example": "examples",
Expand Down
4 changes: 2 additions & 2 deletions src/05copyright.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// alasql.js
// AlaSQL - JavaScript SQL database
// Date: 19.04.2015
// Version: 0.0.48
// Date: 21.04.2015
// Version: 0.0.49
// (ñ) 2014-2015, Andrey Gershun
//

Expand Down
2 changes: 1 addition & 1 deletion src/10start.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ var alasql = function(sql, params, cb, scope) {
};

/** Current version of alasql */
alasql.version = "0.0.48";
alasql.version = "0.0.49";

0 comments on commit b20540f

Please sign in to comment.