Skip to content

Commit

Permalink
Create prerelease branch
Browse files Browse the repository at this point in the history
  • Loading branch information
msftjayongg committed Oct 12, 2017
1 parent 86e0f84 commit c130b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MicrosoftTeams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface MessageEvent {
namespace microsoftTeams {
"use strict";

const version = "1.0";
const version = "1.1-prerel";

const validOrigins = [
"https://teams.microsoft.com",
Expand Down
2 changes: 1 addition & 1 deletion test/MicrosoftTeams.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe("MicrosoftTeams", () =>
expect(initMessage).not.toBeNull();
expect(initMessage.id).toBe(0);
expect(initMessage.func).toBe("initialize");
expect(initMessage.args).toEqual(["1.0"]);
expect(initMessage.args).toEqual(["1.1-prerel"]);
});

it("should allow multiple initialize calls", () =>
Expand Down

0 comments on commit c130b57

Please sign in to comment.