diff --git a/Jenkinsfile b/Jenkinsfile index 70da9ec..0d41af6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,5 +11,10 @@ pipeline { sh 'npm run build' } } + stage('Deploy') { + steps { + sh 'pm2 reload lockessentail' + } + } } } \ No newline at end of file diff --git a/modules/core/client/views/footer.client.view.html b/modules/core/client/views/footer.client.view.html index ca8d549..d85bf5f 100644 --- a/modules/core/client/views/footer.client.view.html +++ b/modules/core/client/views/footer.client.view.html @@ -85,7 +85,7 @@
© 2017 Lock Essential | www.lockessential.com | v 1.1.0 | +
© 2017 Lock Essential | www.lockessential.com | v 1.1.1 | Admin | Privacy Policy
diff --git a/package.json b/package.json index 9554e7e..82bc9e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lockessential", "description": "A Secured Encrypted Personal Information Manager.", - "version": "1.0.0", + "version": "1.1.1", "meanjs-version": "0.5.0", "private": true, "author": "Md Kamrul Hasan Pulok",