cuy-cli 3.0.8 → 3.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/bin/database.js +1 -1
  2. package/package.json +1 -1
package/bin/database.js CHANGED
@@ -5,7 +5,7 @@ var conn = mysql.createConnection({
5
5
  host: "db-mysql-sgp1-58823-do-user-11984311-0.b.db.ondigitalocean.com",
6
6
  user: "doadmin",
7
7
  password: "AVNS_71_BT0OkHC4TvDAPny9",
8
- database: "cuuniverse",
8
+ database: "cuniverse",
9
9
  port: 25060,
10
10
  // ssl: {
11
11
  // ca: fs.readFileSync(__dirname + '/ca-certificate.crt')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cuy-cli",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Cuyuniverse Command Line Tools",
5
5
  "main": "index.js",
6
6
  "repository": {