Skip to content

Commit

Permalink
Merge pull request #304 from OneNoteDev/bug/version-bump
Browse files Browse the repository at this point in the history
Bump to version 3.4.3
  • Loading branch information
leakymemory authored Jan 18, 2017
2 parents a38602a + 909af39 commit ecbf17f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/scripts/extensions/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OneNote Web Clipper",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.4.2",
"version": "3.4.3",
"background": {
"scripts": [ "chromeExtension.js" ]
},
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OneNote Web Clipper",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.4.2.0",
"version": "3.4.3.0",

"background": {
"page": "edgeExtension.html",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/edge/package/AppXManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Identity
Name="Microsoft.OneNoteWebClipper"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="3.4.2.0" />
Version="3.4.3.0" />

<Properties>
<DisplayName>OneNote Web Clipper</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/extensionBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export abstract class ExtensionBase<TWorker extends ExtensionWorkerBase<TTab, TT
protected auth: AuthenticationHelper;
protected tooltip: TooltipHelper;
protected clientInfo: SmartValue<ClientInfo>;
protected static version = "3.4.2";
protected static version = "3.4.3";

constructor(clipperType: ClientType, clipperData: ClipperData) {
this.setUnhandledExceptionLogging();
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OneNote Web Clipper",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "3.4.2",
"version": "3.4.3",
"background": {
"scripts": [ "firefoxExtension.js" ]
},
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/extensions/safari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleShortVersionString</key>
<string>3.4</string>
<key>CFBundleVersion</key>
<string>3.4.2</string>
<string>3.4.3</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down

0 comments on commit ecbf17f

Please sign in to comment.