Skip to content

Commit

Permalink
Changed company name
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Aug 1, 2015
1 parent f0bb19d commit b971389
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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'
},

webSqlTracer: {
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "websqltracer",
"main": "webSqlTracer.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Console tracer for Web SQL or SQLite",
"homepage": "https://github.com/terikon/webSqlTracer",
"authors": [
{
"name": "Terikon Software",
"name": "Terikon Apps",
"email": "[email protected]",
"homepage": "http://il.linkedin.com/in/romanviskin"
}
Expand Down
2 changes: 1 addition & 1 deletion dist/webSqlTracer.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "websqltracer",
"title": "webSqlTracer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Console tracer for Web SQL or SQLite",
"main": "webSqlTracer.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"profiler"
],
"author": {
"name": "Terikon Software",
"name": "Terikon Apps",
"email": "[email protected]",
"url": "http://il.linkedin.com/in/romanviskin"
},
Expand Down

0 comments on commit b971389

Please sign in to comment.