Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cxmeel committed May 2, 2024
1 parent d4f2037 commit c7d91ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/sift",
"version": "0.0.8",
"version": "0.0.9",
"description": "Immutable data library for Luau",
"main": "out/init.lua",
"types": "out/index.d.ts",
Expand All @@ -10,8 +10,7 @@
"scripts": {
"build": "rbxtsc --type=package --rojo=''",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build",
"prepare": "husky install"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,8 +40,7 @@
"@rbxts/types": "^1.0.515",
"rbxts-transform-debug": "^1.0.0-rc.1",
"rbxts-transform-env": "^1.0.0-rc.0",
"typescript": "^4.3.5",
"roblox-ts": "^1.2.7",
"husky": "^8.0.0"
"typescript": "^4.3.5"
}
}
5 changes: 1 addition & 4 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[package]
name = "csqrl/sift"
description = "Immutable data library for Luau"
version = "0.0.8"
version = "0.0.9"
license = "MIT"
author = "csqrl (https://csqrl.dev)"
registry = "https://github.com/upliftgames/wally-index"
homepage = "https://csqrl.github.io/sift"
repo = "https://github.com/csqrl/sift"
realm = "shared"
exclude = ["**"]
include = ["src", "src/**", "wally.toml", "wally.lock", "default.project.json"]

0 comments on commit c7d91ae

Please sign in to comment.