Skip to content

Commit

Permalink
Updated component version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Mar 3, 2020
1 parent 77fd914 commit 332879d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APP_NAME=vrc
# The Full title of the application
APP_TITLE=Verzoek Registratie Component
# The current version of the application
APP_VERSION=V.0.1
APP_VERSION=V.1.1
# Do you want to display the symfony debug toolbar?
APP_DEBUG=1
# What is the enviroment type you want to use for local production? (choose between dec,stag,prod, acce or test)
Expand Down
2 changes: 1 addition & 1 deletion api/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: V.0.1
appVersion: V.1.1
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
name: vrc
version: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ settings:
projectName: vrc
name: vrc
title: Verzoek Registratie Component
version: V.0.1
version: V.1.1
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
repro: ''
subdomain:
Expand Down
4 changes: 2 additions & 2 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
openapi: 3.0.2
info:
title: 'Verzoek Registratie Component'
version: V.0.1
version: V.1.1
description: |
API Details
- Component: Verzoek Registratie Component
- Reference: vrc
- Enviroment: dev
- Version: V.0.1
- Version: V.1.1
- Repository: [online]() / [zip](/archive/master.zip)
- Docker Image: [online](https://hub.docker.com/repository/docker/conduction/vrc-php)
- Datamodel: [postman](/schema/vrc.postman_collection.json) / [oas](/schema/openapi.yaml) / [pdf](/schema/datamodel.pdf) / [mwb](/schema/datamodel.mwb)
Expand Down
2 changes: 1 addition & 1 deletion api/public/schema/publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ applicationSuite: commonground
url: ""
landingURL: "pc.zaakonline.nl"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "V.0.1"
softwareVersion: "V.1.1"
releaseDate: "2020-03-03"
logo: pc.zaakonline.nl
monochromeLogo: img/logo-mono.svg
Expand Down

0 comments on commit 332879d

Please sign in to comment.