diff --git a/README.md b/README.md index fa1b282..4c77779 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ More information can be found on the [wiki](https://github.com/Section214/S214-S This will download the latest developer copy of the S214 Settings library. -You can also download a copy of the latest stable distributable [here](https://github.com/Section214/S214-Settings/blob/master/dist/latest.zip?raw=true). - ## Bugs If you find an issue, let us know [here](https://github.com/Section214/S214-Settings/issues?state=open)! diff --git a/source/class.s214-settings.php b/source/class.s214-settings.php index 9d61111..82777d3 100644 --- a/source/class.s214-settings.php +++ b/source/class.s214-settings.php @@ -25,7 +25,7 @@ class S214_Settings { * @var string $version The settings class version * @since 1.0.0 */ - private $version = '1.2.1'; + private $version = '1.2.2'; /**