~avery/recapture

84b4c4b7a042331fd97bc30bf389024ac07e0af1 — Avery 1 year, 2 months ago 69582c1 main plugin-0.1.3
Bump plugin version to 0.1.3
2 files changed, 2 insertions(+), 2 deletions(-)

M plugin/plugin.toml
M plugin/src/debug.tsx
M plugin/plugin.toml => plugin/plugin.toml +1 -1
@@ 1,5 1,5 @@
name = "Recapture"
version = "0.1.2"
version = "0.1.3"
link = "https://git.sr.ht/~avery/recapture"
source = "https://git.sr.ht/~avery/recapture"
min-crankshaft-version = "0.1.5"

M plugin/src/debug.tsx => plugin/src/debug.tsx +1 -1
@@ 31,7 31,7 @@ export const Debug: FunctionComponent<{ smm: SMM }> = ({ smm }) => {

  return (
    <details ref={debugDetailsToggle.detailsRef}>
      <summary onClick={debugDetailsToggle.summaryOnClick} data-cs-gp-in-group="root" data-cs-gp-item="toggle-debug-tools">Debug Tools</summary>
      <summary onClick={debugDetailsToggle.summaryOnClick}>Debug Tools</summary>

      <NumProcs numProc={numProc} getNumProc={getNumProc} />
      <button