Skip to content

Commit

Permalink
feat(supersim): bump to version 0.1.0-alpha.26 (#568)
Browse files Browse the repository at this point in the history
feat(supersim): bump to version 0.1.0-alpha.25
  • Loading branch information
tremarkley authored Nov 6, 2024
1 parent 8df6ab1 commit 1698047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-ties-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'supersim': patch
---

Bumps supersim version to 0.1.0-alpha.26
2 changes: 1 addition & 1 deletion packages/supersim/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { exec } = require('child_process')
const PLATFORM = os.platform()
const ARCH = os.arch()
const BIN_PATH = path.join(__dirname, 'bin')
const SUPERSIM_VERSION = '0.1.0-alpha.24'
const SUPERSIM_VERSION = '0.1.0-alpha.26'

const archiveFilename = {
darwin: {
Expand Down

0 comments on commit 1698047

Please sign in to comment.