Skip to content

Commit

Permalink
chore: bumped version numbers for Craft 4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Irelan committed Jan 12, 2023
1 parent 9369142 commit cbfd25a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Learning Pathways plugin for Craft CMS 3.x
# Learning Pathways plugin for Craft CMS 4.x

Tracks the learning pathways of students.

![Screenshot](resources/img/plugin-logo.png)

## Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.
This plugin requires Craft CMS 4.0.0 or later.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mijingo/learning-pathways",
"description": "Tracks the learning pathways of students.",
"type": "craft-plugin",
"version": "0.0.1",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/LearningPathways.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Learning Pathways plugin for Craft CMS 3.x
* Learning Pathways plugin for Craft CMS 4.x
*
* Tracks the learning pathways of students.
*
Expand Down Expand Up @@ -60,7 +60,7 @@ class LearningPathways extends Plugin
*
* @var string
*/
public string $schemaVersion = '0.0.1';
public string $schemaVersion = '2.0.0';

// Public Methods
// =========================================================================
Expand Down

0 comments on commit cbfd25a

Please sign in to comment.