Skip to content

Commit 65be431

Browse files
version bump, description updates
1 parent 56531a7 commit 65be431

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Apache License
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2014 Nikita "ZitRo" Savchenko
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

gulpfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ var gulp = require("gulp"),
1111
pkg = require("./package.json");
1212

1313
var banner = [
14-
"/** <%= pkg.name %>: <%= pkg.description %>",
14+
"/** <%= pkg.name %>",
15+
" ** <%= pkg.description %>",
1516
" ** @author <%= pkg.author %>",
1617
" ** @version <%= pkg.version %>",
18+
" ** @license Apache 2.0",
19+
" ** @see https://github.com/ZitRos/LightPivotTable",
1720
" **/",
1821
""
1922
].join("\n");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "LightPivotTable",
33
"author": "ZitRo",
4-
"version": "0.9.0",
4+
"version": "1.0.0-beta",
55
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
66
"main": "test/testServer.js",
77
"devDependencies": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ Also anytime you can build project and then check <code>build/example/index.html
9898

9999
Run <code>gulp</code> command and then check <code>build/example/index.html</code>.
100100

101-
![Light pivot table](https://cloud.githubusercontent.com/assets/4989256/5239656/500bc7ea-78f2-11e4-99ec-6204ec0de90c.png)
101+
![Light pivot table](https://cloud.githubusercontent.com/assets/4989256/5570072/4c3a161e-8f84-11e4-929b-6577728df6ba.png)

0 commit comments

Comments
 (0)