Skip to content

Commit 5cff007

Browse files
committed
Release 0.7.5
1 parent 90abb51 commit 5cff007

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bum"
3-
version = "0.7.3"
3+
version = "0.7.5"
44
edition = "2021"
55

66
[lib]

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
VERSION="v0.7.3"
4+
VERSION="v0.7.5"
55

66
if ! bun &>/dev/null; then
77
curl -fsSL https://bun.sh/install | bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@owenizedd/bum",
3-
"version": "0.7.3",
3+
"version": "0.7.5",
44
"description": "Fast Bun version manager written in Rust",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)