Skip to content

Commit

Permalink
v1.1.4 (Meteor: 1.2.4)
Browse files Browse the repository at this point in the history
 - πŸ‘·β€β™‚οΈ Regular update
 - πŸ“¦ Internal Meteor's dependencies update
 - 🀝 Compatibility with `meteor@1.7.0.5`
  • Loading branch information
dr-dimitru committed Sep 9, 2018
1 parent c4fd72f commit 089bfc0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
27 changes: 15 additions & 12 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
babel-compiler@6.19.1
babel-runtime@1.0.1
ecmascript@0.8.0
ecmascript-runtime@0.4.1
ecmascript-runtime-client@0.4.1
ecmascript-runtime-server@0.4.1
meteor@1.6.1
modules@0.9.0
modules-runtime@0.8.0
ostrio:analytics@1.2.3
promise@0.8.9
underscore@1.0.10
babel-compiler@7.1.1
babel-runtime@1.2.4
dynamic-import@0.4.2
ecmascript@0.11.1
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.1
ecmascript-runtime-server@0.7.0
http@1.4.1
meteor@1.9.0
modern-browsers@0.1.2
modules@0.12.2
modules-runtime@0.10.0
ostrio:analytics@1.2.4
promise@0.11.1
url@1.2.0
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:analytics',
version: '1.2.3',
version: '1.2.4',
summary: 'Visitor\'s web analytics tracking code for ostr.io service',
git: 'https://github.com/VeliovGroup/ostrio-analytics',
documentation: 'README.md'
Expand All @@ -13,5 +13,5 @@ Package.onUse(function(api) {
});

Npm.depends({
'ostrio-analytics': '1.1.3'
'ostrio-analytics': '1.1.4'
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ostrio-analytics",
"version": "1.1.3",
"version": "1.1.4",
"description": "Visitor's web analytics tracking code for ostr.io service",
"main": "./lib/analytics.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"url": "https://github.com/VeliovGroup/ostrio-analytics/issues"
},
"homepage": "https://github.com/VeliovGroup/ostrio-analytics"
}
}

0 comments on commit 089bfc0

Please sign in to comment.