Skip to content

Commit 8710520

Browse files
committed
Updated version to rc13 after fixing API keys.
1 parent a22fe3e commit 8710520

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-rc.12</Version>
9+
<Version>1.0.0-rc.13</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-rc.12",
3+
"version": "1.0.0-rc.13",
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-rc.12",
3+
"version": "1.0.0-rc.13",
44
"description": "Tools to help with building Obsidian plugins for Rock.",
55
"scripts": {
66
"build": "tsc -b",

0 commit comments

Comments
 (0)