Skip to content

Commit c014792

Browse files
committed
Bumping to version 1.0.3
1 parent cb7b13f commit c014792

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.2",
3+
"version": "1.0.3",
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)