Skip to content

Commit

Permalink
Merge pull request #17 from plugsy/version-bump/3.0.3
Browse files Browse the repository at this point in the history
chore(release): 3.0.3
  • Loading branch information
Inlustra authored Jun 29, 2021
2 parents c16a93d + 878e6c7 commit c95eaee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ config.json

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down Expand Up @@ -168,7 +168,7 @@ Example using the [raw connector](docs/connectors/raw.md):

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down
2 changes: 1 addition & 1 deletion docs/agent-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Simply add the agent section to your configuration file with the location of you

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"agent": {
"endpoint": "http://localhost:3000/graphql"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an

```
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down
6 changes: 3 additions & 3 deletions docs/connectors/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A docker connector, provides access directly to a docker socket or URL mapping e

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down Expand Up @@ -95,7 +95,7 @@ services:
```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down Expand Up @@ -130,7 +130,7 @@ See [Dockerode](https://www.npmjs.com/package/dockerode) for alternative connect

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "DOCKER",
Expand Down
4 changes: 2 additions & 2 deletions docs/connectors/raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Provides items in the dashboard directly from the config itself

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "RAW",
Expand All @@ -28,7 +28,7 @@ Provides items in the dashboard directly from the config itself

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "RAW",
Expand Down
4 changes: 2 additions & 2 deletions docs/connectors/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "WEBSITE",
Expand All @@ -30,7 +30,7 @@ Can use a list of website urls (And other request formats) for Plugsy to ping an

```jsonc
{
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.2/config-schema.json",
"$schema": "https://github.com/plugsy/core/releases/download/v3.0.3/config-schema.json",
"connectors": [
{
"type": "WEBSITE",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plugsy/core",
"version": "3.0.2",
"version": "3.0.3",
"private": false,
"license": "MIT",
"config": {
Expand Down

0 comments on commit c95eaee

Please sign in to comment.