Skip to content

Commit

Permalink
Fix export shifting issue deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKhatri committed May 2, 2019
1 parent 16e8109 commit b9e614d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"client": {
"deploy": true,
"client": "release-v1.3.3",
"reactStore": "release-v1.3.3"
"client": "release-v1.3.4",
"reactStore": "release-v1.3.4"
},

"server": {
"deploy": true,
"server": "release-v1.3.3"
"server": "release-v1.3.4"
}
}

0 comments on commit b9e614d

Please sign in to comment.