Skip to content

Commit cafd115

Browse files
committed
Updated version to 1.0.1 for release tagging.
1 parent 1867da5 commit cafd115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
src\eslint-config-rock-recommended
77
src\obsidian-build-tools
88
-->
9-
<Version>1.0.0</Version>
9+
<Version>1.0.1</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

src/eslint-config-rock-recommended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdevnetwork/eslint-config-rock-recommended",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Recommended ESLint rules for Rock plugins.",
55
"main": "index.js",
66
"scripts": {

src/obsidian-build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdevnetwork/obsidian-build-tools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Tools to help with building Obsidian plugins for Rock.",
55
"scripts": {
66
"build": "tsc -b",

0 commit comments

Comments
 (0)