diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e9c71b..dd548ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,4 +52,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAGES_SECRET }} run: | ng build --base-href "/angular-toastify/" - npx angular-cli-ghpages --dir=dist/demo --name="Scenius Software Engineering" --email="support@scenius.nl" + npx angular-cli-ghpages --repo=https://github.com/scenius-software/angular-toastify.git --dir=dist/demo --name="Scenius Software Engineering" --email="support@scenius.nl" diff --git a/projects/angular-toastify/package.json b/projects/angular-toastify/package.json index 2ca1bec..37fbee9 100644 --- a/projects/angular-toastify/package.json +++ b/projects/angular-toastify/package.json @@ -1,6 +1,6 @@ { "name": "angular-toastify", - "version": "1.0.8", + "version": "2.0.0", "description": "Somewhat working clone of React Toastify.", "author": "Scenius", "repository": {