Skip to content

Commit

Permalink
build: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerandall committed Aug 26, 2022
1 parent f075e53 commit 0b76ec6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecs-deploy-task-definition-to-scheduled-task",
"version": "1.3.0",
"version": "1.4.0",
"description": "Registers an Amazon ECS task definition and deploys it to ECS scheduled task(s).",
"main": "src/index.js",
"jest": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/airfordable/ecs-deploy-task-definition-to-scheduled-task.git"
"url": "git+https://github.com/lukerandall/ecs-deploy-task-definition-to-scheduled-task.git"
},
"keywords": [
"AWS",
Expand All @@ -43,9 +43,9 @@
"author": "Aifordable, AWS",
"license": "MIT",
"bugs": {
"url": "https://github.com/airfordable/ecs-deploy-task-definition-to-scheduled-task/issues"
"url": "https://github.com/lukerandall/ecs-deploy-task-definition-to-scheduled-task/issues"
},
"homepage": "https://github.com/airfordable/ecs-deploy-task-definition-to-scheduled-task#readme",
"homepage": "https://github.com/lukerandall/ecs-deploy-task-definition-to-scheduled-task#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"aws-sdk": "^2.1203.0",
Expand Down

0 comments on commit 0b76ec6

Please sign in to comment.