Bumping up version
This commit is contained in:
Родитель
c34a994c36
Коммит
6f2c85622f
|
@ -90,7 +90,7 @@
|
|||
-->
|
||||
<SemanticVersionMajor>0</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>23</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>1</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>2</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
|
|
|
@ -14,7 +14,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "0.23.1";
|
||||
export var Version = "0.23.2";
|
||||
|
||||
/**
|
||||
* Internal interface to pass appInsights object to subcomponents without coupling
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"main": "dist/ai.0.js",
|
||||
"version": "0.23.1",
|
||||
"version": "0.23.2",
|
||||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",
|
||||
"authors": [
|
||||
"Max Shekhovtsov <mashekho@microsoft.com>"
|
||||
"Application Insights <appinsights@microsoft.com>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "0.23.1",
|
||||
"version": "0.23.2",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",
|
||||
"keywords": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче