Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ teracy-dev:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-core.git
branch: v0.5.0
require_version: ">= 0.5.0"
branch: v0.5.1
require_version: ">= 0.5.1"
enabled: true # when true, extension will be auto-downloaded if not available yet and will load this extension to be used
# extension must have manifest.yaml file to describe its name, version and optional description
# optional: config_default.yaml, teracy-dev-ext.rb will be auto loaded if available
Expand Down
Loading