Skip to content

Commit

Permalink
Merge pull request #1 from remcoros/version-1
Browse files Browse the repository at this point in the history
minor changes for 1.0:
  • Loading branch information
remcoros committed Sep 7, 2024
2 parents d6eabcf + 5d144fa commit f9d8f5d
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 134 deletions.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: pushtx
title: "NFC Push TX"
version: 0.1.0
version: 1.0.0
release-notes: |
* Initial release of NFC Push TX
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping({}, "0.1.0" );
.fromMapping({}, "1.0.0" );
24 changes: 12 additions & 12 deletions src/PushTX/wwwroot/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit f9d8f5d

Please sign in to comment.