Skip to content

Commit

Permalink
Update copyright year and cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickypc committed Jan 19, 2016
1 parent 3e4ac21 commit 1a64b58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.2.7 (2016.01.19)

* Update copyright year
* Cleanups

### 1.2.6 (2016.01.19)

* Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ That's it! Thank you for your contribution!

License
-
Copyright (c) 2015 Richard Huang.
Copyright (c) 2015-2016 Richard Huang.

This browser extension is free software, licensed under: [GNU Affero General Public License (AGPL-3.0)](http://www.gnu.org/licenses/agpl-3.0.en.html).

Expand Down
5 changes: 1 addition & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
//npm WARN prefer global [email protected] should be installed with -g

const ASSETS = 'assets/';
const BUILD = 'build/';
const CHROME = 'chrome/';
Expand All @@ -22,7 +19,7 @@ const TEMPLATES = 'templates/';
var packagejson = require('./package.json');
var banner = ['/*',
' Selenium Page Object Generator - to improve agile testing process velocity.',
' Copyright (C) 2015 ' + packagejson.author,
' Copyright (C) 2015-2016 ' + packagejson.author,
'',
' This program is free software: you can redistribute it and/or modify',
' it under the terms of the GNU Affero General Public License as',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-page-object-generator",
"version": "1.2.6",
"version": "1.2.7",
"description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
"dependencies": {
"argparse": "^1.0.4",
Expand Down

0 comments on commit 1a64b58

Please sign in to comment.