Skip to content

Commit

Permalink
Add Satoshi price badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JaceHensley committed Oct 20, 2017
1 parent b4bb500 commit c8d0fb0
Showing 8 changed files with 6,203 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@

# Files and directories created by pub
.packages
packages
.pub/
build/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.1.0

- Add badge with current Satoshi price

## 1.0.0

- Initial Release
6 changes: 6 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -37,6 +37,12 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
chrome:
description:
name: chrome
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.33"
cli_util:
description:
name: cli_util
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: verter
version: 1.0.0
version: 1.1.0
description: Chrome extension to monitor Vertcoin price
authors: Jace Hensley <jacehensley@gmail.com>
homepage: https://github.com/jacehensley/verter
@@ -8,10 +8,12 @@ environment:
sdk: ^1.24.2

dependencies:
chrome: ^0.9.33
over_react: ^1.18.1
react: ^3.4.3

transformers:
- over_react
- chrome
- $dart2js:
csp: true
Loading

0 comments on commit c8d0fb0

Please sign in to comment.