Skip to content

Commit

Permalink
Update package.json and readme for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stneveadomi committed Jun 3, 2024
1 parent 5fcddc5 commit 612047c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Created by Steven Neveadomi.
Shout out to the following beta testers: Chelsey Jurado, Dominic Nappi

Shout out to Brooke Thomson for designing the logos.
You can see more of her work [here](https://brookehthomson.wixsite.com/portfolio)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "grepc",
"description": "An approachable regular expression highlighter with advanced customization for VS Code.",
"icon": "media/GREPC-standard-circle-124.png",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.84.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/grepc-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grepc-webview",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": ["<rootDir>/src/setup.jest.ts"]
Expand Down

0 comments on commit 612047c

Please sign in to comment.