Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 5, 2017
1 parent 2627140 commit 0692c86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Airship.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use ReCaptcha\ReCaptcha;
use ReCaptcha\RequestMethod\CurlPost;

define('AIRSHIP_VERSION', '1.4.2');
define('AIRSHIP_VERSION', '1.4.3');
define(
'AIRSHIP_BLAKE2B_PERSONALIZATION',
'ParagonInitiativeEnterprises:Airship-PoweredByHalite:Keyggdrasil'
Expand Down
2 changes: 1 addition & 1 deletion src/Cabin/Bridge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@
["IndexPage", "index"]
},
"supplier": "paragonie",
"version": "1.4.2"
"version": "1.4.3"
}
2 changes: 1 addition & 1 deletion src/Cabin/Hull/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
["IndexPage", "index"]
},
"supplier": "paragonie",
"version": "1.4.2"
"version": "1.4.3"
}
4 changes: 2 additions & 2 deletions src/Motifs/paragonie/airship-classic/motif.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"supplier": "paragonie",
"name": "airship-classic",
"display_name": "Airship Classic v1.4.0",
"display_name": "Airship Classic v1.4.3",
"base_template": null,
"cargo": {
"motif_extra": "motif_extra.twig"
},
"css": [
"style.css"
],
"version": "1.4.2"
"version": "1.4.3"
}
2 changes: 1 addition & 1 deletion src/config/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"airship": {
"version": "1.4.2"
"version": "1.4.3"
}
}

0 comments on commit 0692c86

Please sign in to comment.