diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c667a71..4efa9bf 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,7 +5,7 @@
-
+
@@ -46,6 +46,8 @@
"keyToStringList": {
"js.meteor.library.cached": [
"/home/storyteller/Web/meteor/community-packages/meteor-fast-render/testApp/.meteor"
+ ],
+ "stardust.markdown.MarkdownSplitEditorSuppressor:keyList": [
]
}
}]]>
@@ -66,6 +68,7 @@
1692806842234
+
diff --git a/.versions b/.versions
index 48d866d..f36e13f 100644
--- a/.versions
+++ b/.versions
@@ -7,7 +7,7 @@ binary-heap@1.0.11
boilerplate-generator@1.7.2
callback-hook@1.5.1
check@1.3.2
-communitypackages:fast-render@4.0.7
+communitypackages:fast-render@4.0.8
communitypackages:inject-data@2.3.2
communitypackages:picker@1.1.1
ddp@1.4.1
@@ -28,7 +28,7 @@ http@1.4.2
id-map@1.1.1
inter-process-messaging@0.1.1
livedata@1.0.18
-local-test:communitypackages:fast-render@4.0.7
+local-test:communitypackages:fast-render@4.0.8
localstorage@1.2.0
logging@1.3.3
meteor@1.11.4
diff --git a/package.js b/package.js
index 1fd086b..a40a0e8 100644
--- a/package.js
+++ b/package.js
@@ -1,7 +1,7 @@
/* global Package Npm */
Package.describe({
summary: 'Render your app before the DDP connection even comes alive - magic?',
- version: '4.0.7',
+ version: '4.0.8',
git: 'https://github.com/Meteor-Community-Packages/meteor-fast-render',
name: 'communitypackages:fast-render',
});