Skip to content

Commit

Permalink
Bump serverless-tools version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserBennani committed May 24, 2022
1 parent e4a6d78 commit 8e87b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
serverless-tools (0.4.0)
serverless-tools (0.4.1)
aws-sdk-ecr
aws-sdk-lambda
aws-sdk-s3
Expand Down
2 changes: 1 addition & 1 deletion lib/serverless-tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ServerlessTools
VERSION = "0.4.0"
VERSION = "0.4.1"
end
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# a python project file structure
[tool.poetry]
name = "serverless-tools"
version = "0.4.0"
version = "0.4.1"
description = "FreeAgent Serverless Tools"
authors = ["[email protected]"]

Expand Down

0 comments on commit 8e87b4e

Please sign in to comment.