Skip to content

Commit

Permalink
Update version for Theme Kit Access messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
karenxie committed Jun 23, 2021
1 parent 1954bdd commit bb287e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.3.0 (Jun 23, 2021)
=====================
- Add messaging for Theme Kit access https://github.com/Shopify/themekit/pull/939

v1.2.0 (May 27, 2021)
=====================
- Add support for Theme Kit access https://github.com/Shopify/themekit/pull/933
Expand Down
2 changes: 1 addition & 1 deletion src/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
"windows-amd64": "theme.exe",
}
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("1.2.0")
ThemeKitVersion, _ = version.NewVersion("1.3.0")
)

const (
Expand Down

0 comments on commit bb287e3

Please sign in to comment.