Skip to content

Commit b649aeb

Browse files
committed
v0.9.5
1 parent 248afcd commit b649aeb

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7-
## Unreleased
7+
## [0.9.5]
88

99
### Added
1010

logo-mini.png

26.8 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "vscode-mc-shader",
33
"displayName": "Minecraft GLSL Shaders",
44
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
5-
"version": "0.9.4",
5+
"version": "0.9.5",
66
"publisher": "Strum355",
77
"author": "Noah Santschi-Cooney (Strum355)",
88
"license": "MIT",
9-
"icon": "logo.png",
9+
"icon": "logo-mini.png",
1010
"repository": {
1111
"url": "https://github.com/Strum355/vscode-mc-shader"
1212
},

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcshader-lsp"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["Noah Santschi-Cooney <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)