diff --git a/README.md b/README.md index 48a9b6d..ac13c77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dashdot Graphql Server -[![build](https://img.shields.io/github/workflow/status/wappla/graphql-server/Build?style=flat&colorA=000000&colorB=000000)](https://github.com/wappla/graphql-server/actions/workflows/on_push_main.yml) +[![build](https://img.shields.io/github/actions/workflow/status/wappla/graphql-server/on_push_main.yml?style=flat&colorA=000000&colorB=000000)](https://github.com/wappla/graphql-server/actions/workflows/on_push_main.yml) [![codecov](https://img.shields.io/codecov/c/github/wappla/graphql-server?style=flat&colorA=000000&colorB=000000)](https://codecov.io/gh/wappla/graphql-server) A simple high performance graphql handler using the power of JIT. diff --git a/package-lock.json b/package-lock.json index 0dffa03..1933f1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dashdot/graphql-server", - "version": "0.6.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8061939..b19c0b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashdot/graphql-server", - "version": "0.6.0", + "version": "1.0.0", "description": "A high performance graphql handler using the power of JIT.", "type": "module", "license": "MIT",