Skip to content

Commit

Permalink
New patch release - v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-pd committed Sep 13, 2023
1 parent 7ac7e8e commit cb8b0c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 877 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.0.cjs

This file was deleted.

Empty file added .yarn/versions/157cfac6.yml
Empty file.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
2 changes: 1 addition & 1 deletion brew/cask/awsaml.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "awsaml" do
version "3.0.0"
version "3.1.1"
sha256 "b6336c92d518108469c0b2302a7da0f9c3ae7cc9916b035edf10fbaf70ae9104"

url "https://github.com/rapid7/awsaml/releases/download/v#{version}/Awsaml-darwin-universal-#{version}.zip"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awsaml",
"version": "3.1.0",
"version": "3.1.1",
"description": "Periodically refreshes AWS access keys",
"license": "MIT",
"contributors": [
Expand All @@ -22,7 +22,7 @@
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"scripts": {
"electron": "electron src/main/index.js",
"electron-dev": "NODE_ENV=development ELECTRON_START_URL=http://localhost:3000 electron src/main/index.js",
Expand Down

0 comments on commit cb8b0c2

Please sign in to comment.