Skip to content

Commit 32b05a7

Browse files
author
Giacomo Licari
committed
Set v1.1.6
1 parent a35c882 commit 32b05a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/deploy.yml renamed to .github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
defaults:
2222
run:
23-
working-directory: ./website
23+
working-directory: website
2424

2525
steps:
2626
- name: Cancel Previous Runs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gnosis-docs",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Gnosis Docs",
55
"main": "README.md",
66
"scripts": {

0 commit comments

Comments
 (0)