Skip to content

Commit

Permalink
bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Anema committed Feb 7, 2017
1 parent 0d1519f commit 6792790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ baseurl: "/themekit"
url: "https://shopify.github.io"
sass:
cache: true
themekitversion: "v0.6.4"
themekitversion: "v0.6.5"

# Build settings
markdown: kramdown
2 changes: 2 additions & 0 deletions docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ theme [command] --help
- `--config`, -c : specify a path for your config file.
- `--no-update-notifier` : this will supress the update notifier that lets the
user know when there is an applicable update available.
- `--verbose, -v` : Enable more verbose output from the running command. If this is
not provided a progress bar will be displayed instead.

## Bootstrap

Expand Down
2 changes: 1 addition & 1 deletion kit/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var (
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("0.6.4")
ThemeKitVersion, _ = version.NewVersion("0.6.5")
releasesURL = "https://shopify-themekit.s3.amazonaws.com/releases/all.json"
)

Expand Down

0 comments on commit 6792790

Please sign in to comment.