Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 19, 2020
1 parent c99ee9e commit 07f1783
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions templates/settingsForm.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{**
* plugins/generic/subscriptionSSO/settingsForm.tpl
* templates/settingsForm.tpl
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2014-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file COPYING.
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2014-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file LICENSE.
*
* Subscription SSO plugin settings
*
*}
<div id="subscriptionSSOSettings">
<div id="description">{translate key="plugins.generic.subscriptionSSO.settings.description"}</div>
Expand Down
12 changes: 6 additions & 6 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">

<!--
* plugins/generic/subscriptionSSO/version.xml
* version.xml
*
* Copyright (c) 2014-2019 Simon Fraser University
* Copyright (c) 2014-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file COPYING.
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2014-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file LICENSE.
*
* Plugin version information.
-->
<version>
<application>subscriptionSSO</application>
<type>plugins.generic</type>
<release>1.0.2.0</release>
<date>2019-03-04</date>
<release>1.0.3.0</release>
<date>2020-03-19</date>
<lazy-load>1</lazy-load>
<class>SubscriptionSSOPlugin</class>
</version>

0 comments on commit 07f1783

Please sign in to comment.