Skip to content

Commit

Permalink
Merge pull request #867 from Shopify/release114
Browse files Browse the repository at this point in the history
Release 1.1.4
  • Loading branch information
Tim Anema authored Dec 3, 2020
2 parents cbbda88 + b4188d2 commit 89c6ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.1.4
======
v1.1.4 (Dec 3, 2020)
====================
- Fix for theme get --list (#862)
- Removed too restrictive timeouts (#864)
- Allow watch command to be cancelled while working on events (#865)
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.1.3")
ThemeKitVersion, _ = version.NewVersion("1.1.4")
)

const (
Expand Down

0 comments on commit 89c6ead

Please sign in to comment.