Skip to content

Commit baa12e7

Browse files
Bump to version 3.1.1
1 parent b33027c commit baa12e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inclusive-code-comments",
33
"description": "Checks your comments anywhere on the web: GitHub or Azure DevOps!",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "https://github.com/jonathanpeppers/inclusive-code-comments",
66
"author": "Jonathan Peppers",
77
"repository": {

src-packed/appinsights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (!isTests) {
1919
}
2020

2121
export function telemetryInitializer (envelope) {
22-
envelope.tags["ai.application.ver"] = '3.1.0';
22+
envelope.tags["ai.application.ver"] = '3.1.1';
2323

2424
// We don't want to report full URLs
2525
if (envelope.baseData.uri) {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"storage": {
5353
"managed_schema": "managed_settings.json"
5454
},
55-
"version": "3.1.0",
55+
"version": "3.1.1",
5656
"web_accessible_resources": [{
5757
"resources": [
5858
"assets/model.onnx",

0 commit comments

Comments
 (0)