Skip to content

Commit

Permalink
Merge pull request #541 from finos/release-1.2.0
Browse files Browse the repository at this point in the history
Update version from `1.1.0` to `1.2.0`
  • Loading branch information
JamieSlome authored May 1, 2024
2 parents 00bc7ea + cb04112 commit 734d91e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/git-proxy",
"version": "1.1.0",
"version": "1.2.0",
"description": "Deploy custom push protections and policies on top of Git.",
"scripts": {
"cli": "node ./packages/git-proxy-cli/index.js",
Expand Down
3 changes: 2 additions & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ npm install -g @finos/git-proxy
```

To install the Git Proxy Command Line Interface (CLI), run:

```bash
npm install -g @finos/git-proxy-cli
```
Expand All @@ -21,7 +22,7 @@ npm install -g @finos/git-proxy-cli
To install a specific version of Git Proxy, append the version to the end of the install command:

```bash
npm install -g @finos/git-proxy@1.1.0
npm install -g @finos/git-proxy@1.2.0
```

To install a specific version of the Git Proxy CLI, append the version to the end of the install command:
Expand Down
6 changes: 2 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ module.exports = {
projectName: `${projectName}`,
organizationName: 'FINOS',
customFields: {
version: '1.1.0',
version: '1.2.0',
},
scripts: ['https://buttons.github.io/buttons.js'],
stylesheets: [
'https://fonts.googleapis.com/css?family=Overpass:400,400i,700',
],
stylesheets: ['https://fonts.googleapis.com/css?family=Overpass:400,400i,700'],
themeConfig: {
colorMode: {
disableSwitch: false,
Expand Down

0 comments on commit 734d91e

Please sign in to comment.