Skip to content

Commit 564bd1c

Browse files
committed
bump version: 2.0!
1 parent b4f392e commit 564bd1c

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
1. Update changes list.
22
2. Update version numbers in `Metadata` tiddler, then in `wiki/plugins/*/plugin.info`.
3+
Run `make shadowify` to migrate these changes to the plugin.
34
Commit changes.
5+
3. Run `make`.
46
3. Update changes list again with the resulting commit hash.
57
4. Run `make`.
68
5. Open `_build/read/index.html` and `_build/static/index.html`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha",
2+
"version": "2.0.0",
33
"tw-version": "5.3.5",
44
"project-url": "https://groktiddlywiki.com"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
created: 20210130180352000
2-
modified: 20220103171717950
2+
modified: 20241019233613624
33
tags:
44
title: Metadata
55
type: application/json

wiki/plugins/content/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "$:/plugins/sobjornstad/GrokTiddlyWiki",
33
"description": "Extensible content for Grok TiddlyWiki",
44
"author": "Soren Bjornstad",
5-
"version": "2.0.0-alpha",
5+
"version": "2.0.0",
66
"core-version": ">=5.3.5",
77
"source": "https://groktiddlywiki.com",
88
"list": "readme copyright",

wiki/plugins/takeaway/plugin.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"title": "$:/plugins/sobjornstad/TakeAway",
33
"description": "A TiddlyWiki implementation of the mnemonic medium",
44
"author": "Soren Bjornstad",
5-
"version": "1.2.2",
6-
"core-version": ">=5.2.1",
5+
"version": "1.3.0",
6+
"core-version": ">=5.3.5",
77
"source": "https://groktiddlywiki.com",
88
"list": "readme license",
99
"dependents": "$:/plugins/sobjornstad/TiddlyRemember",

0 commit comments

Comments
 (0)