Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs committed Nov 22, 2024
1 parent 207354e commit 6bb8683
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "dist/server.js",
"scripts": {
"build": "rm -rf dist/ && npx tsc && npm run copy-graphql",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"private": true,
"dependencies": {
"@apollo/explorer": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: instantmock
description: A Helm chart for deploying InstantMock
version: 0.2.0
appVersion: "1.0.0-beta.2"
appVersion: "1.0.0-beta.3"
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: xolvio/instant-mock
tag: 1.0.0-beta.2
tag: 1.0.0-beta.3
pullPolicy: Always
service:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instant-mock",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "![instant-mock-screen-cap-final](https://github.com/user-attachments/assets/de0f50d4-5a71-4e5a-b479-37c6cfa0481d)",
"main": "index.js",
"module": "true",
Expand Down

0 comments on commit 6bb8683

Please sign in to comment.