From 4296078405c6e5605281445d6acf3ac05e1c940e Mon Sep 17 00:00:00 2001 From: mhossain Date: Fri, 8 Apr 2016 10:18:53 -0400 Subject: [PATCH] Release v2.2.1 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index fdde15d2..923f4ecd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -13,7 +13,7 @@ GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository # svn config SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk. SVNURL="http://plugins.svn.wordpress.org/$PLUGINSLUG/" # Remote SVN repo on wordpress.org, with trailing slash -SVNUSER="rajuru" # your svn username +SVNUSER="sparkpost" # your svn username # Let's begin...