Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bumped to 19.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trinisofttechnologies committed Mar 20, 2020
1 parent 8fff315 commit 47673fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Countly = {};
Countly.serverUrl = "";
Countly.appKey = "";
Countly.ready = false;
Countly.version = "19.9.2";
Countly.version = "19.9.3";
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
if (/android/i.test(userAgent)) {
Countly.isAndroid = true;
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'countly:countly-sdk-js',
version: '19.9.2', // Meteor doesn't go with 18.08.1
version: '19.9.3', // Meteor doesn't go with 18.08.1
summary: 'Countly is an innovative, real-time, open source mobile analytics and push notifications platform.',
git: 'https://github.com/Countly/countly-sdk-js.git',
documentation: 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "countly-sdk-js",
"description": "Analytics.",
"version": "19.9.2",
"version": "19.9.3",
"homepage": "https://github.com/Countly/countly-sdk-js#readme",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="countly-sdk-js" version="19.9.2">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="countly-sdk-js" version="19.9.3">

<name>Countly</name>

Expand Down

0 comments on commit 47673fd

Please sign in to comment.