Skip to content

Commit

Permalink
Merge branch 'master' into SquirrelDeveloper-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SquirrelDeveloper authored Nov 29, 2024
2 parents 6244906 + 4076fe7 commit 0abf7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssm-client",
"version": "0.1.24",
"version": "0.1.25",
"private": true,
"description": "SSM Client - A simple way to manage all your servers",
"author": "Squirrel Team",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:python:run": "cd ./src/ansible && python3 -m unittest discover -s . -p \"*.py\"",
"coverage": "vitest run --coverage"
},
"version": "0.1.24",
"version": "0.1.25",
"author": "Squirrel Team",
"dependencies": {
"@aws-sdk/client-ecr": "^3.699.0",
Expand Down
2 changes: 1 addition & 1 deletion shared-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssm-shared-lib",
"version": "0.1.24",
"version": "0.1.25",
"description": "",
"main": "./distribution/index.js",
"author": "Squirrel Team",
Expand Down

0 comments on commit 0abf7db

Please sign in to comment.