Skip to content

Commit ddc03c7

Browse files
committed
Updated version to 1.0.2 for release tagging.
1 parent 7507009 commit ddc03c7

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<PropertyGroup>
33
<!--
44
This will set the version number of all C# projects. The node projects will
5-
need to be manually updated by running 'npm run version' on each project:
5+
need to be manually updated by running 'npm run version' and then 'npm install'
6+
on each project:
67
src\eslint-config-rock-recommended
78
src\obsidian-build-tools
89
-->
9-
<Version>1.0.1</Version>
10+
<Version>1.0.2</Version>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

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

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

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.1",
3+
"version": "1.0.2",
44
"description": "Recommended ESLint rules for Rock plugins.",
55
"main": "index.js",
66
"scripts": {

src/obsidian-build-tools/package-lock.json

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

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.1",
3+
"version": "1.0.2",
44
"description": "Tools to help with building Obsidian plugins for Rock.",
55
"scripts": {
66
"build": "tsc -b",

0 commit comments

Comments
 (0)