Skip to content

Commit

Permalink
Update/v0.4.1 (#9)
Browse files Browse the repository at this point in the history
* Update to v0.4.1

* Minor fixes, prepped for beta v0.4.1~1

* Minor fixes, ready for beta v0.4.1~1
  • Loading branch information
kn0wmad authored Mar 15, 2023
1 parent 889aba3 commit dd9d49b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 23 deletions.
10 changes: 5 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
id: robosats
title: "RoboSats"
version: 0.4.1
version: 0.4.1.1
release-notes: |
* Updated to v0.4.0-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.0-alpha)
* Updated to v0.4.1-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.1-alpha)
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-wrapper"
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
support-site: "https://github.com/Reckless-Satoshi/robosats/issues"
marketing-site: "https://learn.robosats.com/"
Expand Down Expand Up @@ -44,8 +44,8 @@ config:
type: script
set:
type: script
properties:
type: script
# properties:
# type: script
# This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked
volumes:
# This is the image where files from the project asset directory will go
Expand Down
2 changes: 1 addition & 1 deletion scripts/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].8/mod.ts";
export * from "https://deno.land/x/[email protected].9/mod.ts";
3 changes: 1 addition & 2 deletions scripts/embassy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { setConfig } from "./procedures/setConfig.ts";
export { getConfig } from "./procedures/getConfig.ts";
export { properties } from "./procedures/properties.ts";
// export { properties } from "./procedures/properties.ts";
export { migration } from "./procedures/migrations.ts";
export { health } from "./procedures/healthChecks.ts";
// export { main } from "./procedures/main.ts";
11 changes: 0 additions & 11 deletions scripts/procedures/main.ts

This file was deleted.

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.4.1" );
.fromMapping({}, "0.4.1.1" );
3 changes: 0 additions & 3 deletions scripts/procedures/properties.ts

This file was deleted.

0 comments on commit dd9d49b

Please sign in to comment.