Skip to content

Commit 730b705

Browse files
committed
Bump versions
1 parent b63dac6 commit 730b705

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "syntaxoutlaw/threadify",
33
"description": "A Flarum extension that adds threaded discussions with visual indentation to your forum, making complex conversations easier to follow.",
44
"type": "flarum-extension",
5-
"version": "1.0.3",
5+
"version": "1.0.2",
66
"license": "MIT",
77
"keywords": [
88
"flarum",

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntaxoutlaw/flarum-ext-threadify",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"private": true,
55
"dependencies": {
66
"flarum-webpack-config": "^2.0.0",

js/src/forum/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* - components/: Flarum component extensions (PostStream, Post, ReplyComposer)
1717
*
1818
* @author Threadify Extension
19-
* @version 1.0.0
19+
* @version 1.0.2
2020
*/
2121

2222
// Import utility modules
@@ -87,7 +87,7 @@ export { getThreadedPostsCache, isThreadingActive } from './components/ThreadedP
8787
*/
8888
export function getThreadifyStatus() {
8989
return {
90-
version: '1.0.0',
90+
version: '1.0.2',
9191
name: 'Threadify',
9292
author: 'syntaxoutlaw',
9393
isActive: true,

0 commit comments

Comments
 (0)