Skip to content

Commit

Permalink
Updated company name in copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Aug 1, 2015
1 parent 5234968 commit ffa182e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {
uglify: {
options: {
sourceMap: true,
banner: '/* <%= grunt.task.current.target %> v<%= pkg.version %> <%= grunt.template.today("dd-mm-yyyy") %> (C) 2015 Terikon Software */\n'
banner: '/* <%= grunt.task.current.target %> v<%= pkg.version %> <%= grunt.template.today("dd-mm-yyyy") %> (C) 2015 Terikon Apps */\n'
},
'kendo-pouchdb': {
src: 'kendo-pouchdb.js',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kendo-pouchdb",
"main": "kendo-pouchdb.js",
"version": "0.1.4",
"version": "0.1.5",
"description": "Kendo UI adapter for PouchDB",

"homepage": "https://github.com/terikon/kendo-pouchdb",
Expand Down
2 changes: 1 addition & 1 deletion dist/kendo-pouchdb.amd.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* kendo-pouchdb.amd v0.1.4 01-08-2015 (C) 2015 Terikon Software */
/* kendo-pouchdb.amd v0.1.5 01-08-2015 (C) 2015 Terikon Apps */
define(["kendo","kendo-pouchdb"],function(a){"use strict";return a});
2 changes: 1 addition & 1 deletion dist/kendo-pouchdb.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kendo-pouchdb",
"title": "kendoPouchDB",
"version": "0.1.4",
"version": "0.1.5",
"description": "Kendo UI adapter for PouchDB",
"main": "kendo-pouchdb.js",
"scripts": {
Expand Down

0 comments on commit ffa182e

Please sign in to comment.