Skip to content

Commit c040594

Browse files
committed
Bumping to version 1.0.4
1 parent c014792 commit c040594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strategies/react-dynamic-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midudev/react-dynamic-rendering",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Dynamic Rendering allows you to render React components different depending on user agent. If your visitor is a bot, like GoogleBot or Yandex, use Server Side Rendering + hydration. If your visitor is a real user, use only Client Side Rendering.",
55
"main": "dist/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)