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

Commit

Permalink
bumped another version
Browse files Browse the repository at this point in the history
  • Loading branch information
trinisofttechnologies committed Dec 18, 2019
1 parent 59149c7 commit 00eb07c
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.3.1";
Countly.version = "19.3.2";
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
if (/android/i.test(userAgent)) {
Countly.isAndroid = true;
Expand Down
2 changes: 1 addition & 1 deletion ionic/ionic.countly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class Countly {
serverUrl: string;
appKey: string;
messagingMode: any;
version: "19.3.1";
version: "19.3.2";
isAndroid: Boolean;
isiOS: Boolean;
ROOT_URL: string;
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.3.1', // Meteor doesn't go with 18.08.1
version: '19.3.2', // 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.3.1",
"version": "19.3.2",
"homepage": "https://github.com/Countly/countly-sdk-js#readme",
"repository": {
"type": "git",
Expand Down

0 comments on commit 00eb07c

Please sign in to comment.