Skip to content

Commit

Permalink
Merge pull request #49 from ingestly/bump-version-1.0.4
Browse files Browse the repository at this point in the history
bump up version number to 1.0.4
  • Loading branch information
hjmsano authored Oct 14, 2021
2 parents 27b7871 + 7ce860d commit 32dab63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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,6 +1,6 @@
{
"name": "ingestly-client-javascript",
"version": "1.0.3",
"version": "1.0.4",
"description": "Ingestly Client JavaScript SDK for modern web analytics.",
"main": "src/ingestly.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ingestly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Emitter from './emitter';
import Events from './events';
import Utils from './utils';

const sdkVersion = '1.0.3',
const sdkVersion = '1.0.4',
initTimestamp = +new Date();

let config,
Expand Down

0 comments on commit 32dab63

Please sign in to comment.