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