Skip to content

Commit 1a64b58

Browse files
committed
Update copyright year and cleanups.
1 parent 3e4ac21 commit 1a64b58

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.2.7 (2016.01.19)
2+
3+
* Update copyright year
4+
* Cleanups
5+
16
### 1.2.6 (2016.01.19)
27

38
* Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ That's it! Thank you for your contribution!
101101

102102
License
103103
-
104-
Copyright (c) 2015 Richard Huang.
104+
Copyright (c) 2015-2016 Richard Huang.
105105

106106
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).
107107

gulpfile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
2-
//npm WARN prefer global [email protected] should be installed with -g
3-
41
const ASSETS = 'assets/';
52
const BUILD = 'build/';
63
const CHROME = 'chrome/';
@@ -22,7 +19,7 @@ const TEMPLATES = 'templates/';
2219
var packagejson = require('./package.json');
2320
var banner = ['/*',
2421
' Selenium Page Object Generator - to improve agile testing process velocity.',
25-
' Copyright (C) 2015 ' + packagejson.author,
22+
' Copyright (C) 2015-2016 ' + packagejson.author,
2623
'',
2724
' This program is free software: you can redistribute it and/or modify',
2825
' it under the terms of the GNU Affero General Public License as',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-page-object-generator",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
55
"dependencies": {
66
"argparse": "^1.0.4",

0 commit comments

Comments
 (0)