Skip to content

Commit d3c8d53

Browse files
authored
Merge pull request #388 from OneNoteDev/feature/version-bump
Bump version
2 parents d031ec5 + d156eaf commit d3c8d53

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.7.6",
2+
"version": "3.7.7",
33
"name": "webclipper",
44
"private": true,
55
"description": "The core of the OneNote Web Clipper found at https://www.onenote.com/clipper",

src/scripts/extensions/chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "OneNote Web Clipper",
44
"description": "__MSG_appDesc__",
55
"default_locale": "en",
6-
"version": "3.7.6",
6+
"version": "3.7.7",
77
"background": {
88
"scripts": [ "chromeExtension.js" ]
99
},

src/scripts/extensions/edge/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "OneNote Web Clipper",
44
"description": "__MSG_appDesc__",
55
"default_locale": "en",
6-
"version": "3.7.6",
6+
"version": "3.7.7",
77
"background": {
88
"scripts": [ "edgeExtension.js" ],
99
"persistent": true

src/scripts/extensions/edge/package/AppXManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Identity
88
Name="Microsoft.OneNoteWebClipper"
99
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
10-
Version="3.7.6.0" />
10+
Version="3.7.7.0" />
1111

1212
<Properties>
1313
<DisplayName>OneNote Web Clipper</DisplayName>

src/scripts/extensions/extensionBase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export abstract class ExtensionBase<TWorker extends ExtensionWorkerBase<TTab, TT
4242
protected auth: AuthenticationHelper;
4343
protected tooltip: TooltipHelper;
4444
protected clientInfo: SmartValue<ClientInfo>;
45-
protected static version = "3.7.6";
45+
protected static version = "3.7.7";
4646

4747
constructor(clipperType: ClientType, clipperData: ClipperData) {
4848
this.setUnhandledExceptionLogging();

src/scripts/extensions/firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "OneNote Web Clipper",
44
"description": "__MSG_appDesc__",
55
"default_locale": "en",
6-
"version": "3.7.6",
6+
"version": "3.7.7",
77
"background": {
88
"scripts": [ "firefoxExtension.js" ]
99
},

src/scripts/extensions/safari/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundleShortVersionString</key>
1616
<string>3.4</string>
1717
<key>CFBundleVersion</key>
18-
<string>3.7.6</string>
18+
<string>3.7.7</string>
1919
<key>Chrome</key>
2020
<dict>
2121
<key>Global Page</key>

0 commit comments

Comments
 (0)