Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: bump for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wallies committed Jun 22, 2021
1 parent 9f90574 commit 92fe18b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"semi": false,
"singleQuote": true
}
4 changes: 2 additions & 2 deletions dist/vue-segment-analytics.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-segment-analytics v0.4.1
* vue-segment-analytics v0.4.2
* (c) 2021 Ryan Stuart
* Released under the MIT License.
*/
Expand Down Expand Up @@ -58,7 +58,7 @@
};

// Add a version to keep track of what's in the wild.
analytics.SNIPPET_VERSION = '4.0.0';
analytics.SNIPPET_VERSION = '4.1.0';

// For each of our methods, generate a queueing stub.
var _iteratorNormalCompletion = true;
Expand Down
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function init (config, callback) {
}

// Add a version to keep track of what's in the wild.
analytics.SNIPPET_VERSION = '4.0.0';
analytics.SNIPPET_VERSION = '4.1.0';

// For each of our methods, generate a queueing stub.
for (let key of analytics.methods) {
Expand Down

0 comments on commit 92fe18b

Please sign in to comment.