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

Commit 0692c86

Browse files
Version 1.4.3
1 parent 2627140 commit 0692c86

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/Airship.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use ReCaptcha\ReCaptcha;
2828
use ReCaptcha\RequestMethod\CurlPost;
2929

30-
define('AIRSHIP_VERSION', '1.4.2');
30+
define('AIRSHIP_VERSION', '1.4.3');
3131
define(
3232
'AIRSHIP_BLAKE2B_PERSONALIZATION',
3333
'ParagonInitiativeEnterprises:Airship-PoweredByHalite:Keyggdrasil'

src/Cabin/Bridge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@
287287
["IndexPage", "index"]
288288
},
289289
"supplier": "paragonie",
290-
"version": "1.4.2"
290+
"version": "1.4.3"
291291
}

src/Cabin/Hull/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
["IndexPage", "index"]
5454
},
5555
"supplier": "paragonie",
56-
"version": "1.4.2"
56+
"version": "1.4.3"
5757
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"supplier": "paragonie",
33
"name": "airship-classic",
4-
"display_name": "Airship Classic v1.4.0",
4+
"display_name": "Airship Classic v1.4.3",
55
"base_template": null,
66
"cargo": {
77
"motif_extra": "motif_extra.twig"
88
},
99
"css": [
1010
"style.css"
1111
],
12-
"version": "1.4.2"
12+
"version": "1.4.3"
1313
}

src/config/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"airship": {
3-
"version": "1.4.2"
3+
"version": "1.4.3"
44
}
55
}

0 commit comments

Comments
 (0)