Skip to content

Commit

Permalink
Update taskpane.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 7, 2024
1 parent f1f4c74 commit c037a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/word-plugin/src/taskpane/taskpane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* global document, Office, Word */

const addinVersion = "1.0";
const addinVersion = "1.1";

Office.onReady((info) => {
if (info.host === Office.HostType.Word) {
Expand Down

0 comments on commit c037a31

Please sign in to comment.