Skip to content

Commit b0774d2

Browse files
committed
bum v0.0.5
1 parent 19dc28c commit b0774d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: huacnlee/zed-extension-action@v1
1212
with:
1313
extension-name: scss
14-
push-to: bajrangCoder/zed-extensions
14+
push-to: bajrangCoder/extensions
1515
env:
1616
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_scss"
3-
version = "0.0.1"
3+
version = "0.0.5"
44
edition = "2021"
55
license = "MIT"
66

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "scss"
22
name = "SCSS"
33
description = "SCSS support"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
schema_version = 1
66
authors = ["Raunak Raj <bajrangcoders@gmail.com>"]
77
repository = "https://github.com/bajrangCoder/zed-scss"

0 commit comments

Comments
 (0)