Skip to content

Commit

Permalink
Update Craft version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davist11 committed Jan 18, 2019
1 parent e6124ad commit df602a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .craftplugin

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.2.1 - 2019-01-18
### Added
- Update Craft version in composer.json

## 1.2.0 - 2017-09-13
### Added
- Updated for Craft 3
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "viget/craft-video-embed",
"description": "Generate an embed URL from a YouTube or Vimeo URL",
"type": "craft-plugin",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "~3.0.0-beta.23"
"craftcms/cms": "^3.0.0-RC1"
},
"repositories": [
{
Expand All @@ -38,7 +38,7 @@
"extra": {
"name": "Video Embed",
"handle": "video-embed",
"schemaVersion": "1.2.0",
"schemaVersion": "1.2.1",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/vigetlabs/craft-videoembed/master/CHANGELOG.md",
Expand Down

0 comments on commit df602a8

Please sign in to comment.