diff --git a/LICENSE b/LICENSE index eea3ce65..183e47e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 UBC Launch Pad +Copyright (c) 2020 UBC Launch Pad Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/client/README.md b/client/README.md index 9e08de1c..925cee41 100644 --- a/client/README.md +++ b/client/README.md @@ -19,7 +19,7 @@ func main() { // set up a client to your remote var inertia = client.NewClient( &cfg.Remote{ - Version: "v0.5.2", + Version: "v0.6.0", Name: "gcloud", IP: "my.host.addr", /* ... */ diff --git a/client/internal/compiled.go b/client/internal/compiled.go index 7a0bd2e1..ca137c85 100644 --- a/client/internal/compiled.go +++ b/client/internal/compiled.go @@ -1,5 +1,5 @@ -// Code generated by fileb0x at "2020-03-19 14:27:00.465378 -0700 PDT m=+0.003427336" from config file "b0x.yml" DO NOT EDIT. -// modification hash(8cf20804eb2d3961afb14517fa7e0bae.902253dd4a7873ead7b8164875470c16) +// Code generated by fileb0x at "2020-03-22 14:46:44.689828 -0700 PDT m=+0.003781846" from config file "b0x.yml" DO NOT EDIT. +// modification hash(4ddd93ec81abcb42b40784c70d0b80ca.902253dd4a7873ead7b8164875470c16) package internal diff --git a/contrib/npm/package.json b/contrib/npm/package.json index 8f7692df..589478c8 100644 --- a/contrib/npm/package.json +++ b/contrib/npm/package.json @@ -1,6 +1,6 @@ { "name": "inertia-cli", - "version": "0.5.3", + "version": "0.6.0", "description": "Inertia-CLI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -13,7 +13,7 @@ "url": "git+https://github.com/ubclaunchpad/inertia.git" }, "keywords": [ - "ubc-launchpad", + "ubc", "launchpad", "inertia", "inertia-cli" @@ -23,7 +23,7 @@ "bugs": { "url": "https://github.com/ubclaunchpad/inertia/issues" }, - "homepage": "https://github.com/ubclaunchpad/inertia#readme", + "homepage": "https://inertia.ubclaunchpad.com", "dependencies": { "fs-extra": "^7.0.1", "mkdirp": "^0.5.1", diff --git a/docs/api/index.html b/docs/api/index.html index 837c65f1..8ea7434a 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -3,7 +3,7 @@
-