Skip to content

Commit

Permalink
bumps-to-version-1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 5, 2021
1 parent 2b551a2 commit 1800c82
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brcode"
version = "1.4.1"
version = "1.4.2"
authors = ["Julia Naomi <[email protected]>"]
edition = "2018"
description = "Crate to parse and emit BR Codes"
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-macos:
cp-macos:
cp target/release/libbrcode.dylib ./
cp target/release/libbrcode.dylib clj-brcode/
cp target/release/libbrcode.dylib node-brcode/
cp target/release/libbrcode.dylib dartbrcode/
cp target/release/libbrcode.dylib jvm-brcode/

Expand All @@ -14,7 +13,6 @@ build-linux:
cp-linux:
cp target/release/libbrcode.so ./
cp target/release/libbrcode.so clj-brcode/
cp target/release/libbrcode.so node-brcode/
cp target/release/libbrcode.so dartbrcode/
cp target/release/libbrcode.so jvm-brcode/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A crate to parse and emit [PIX BR Code](https://www.bcb.gov.br/content/estabilid

```toml
[dependencies]
brcode = "1.4.1"
brcode = "1.4.2"
```

### Build from source
Expand Down
Binary file added clj-brcode/libbrcode.dylib
Binary file not shown.
Binary file added clj-brcode/libbrcode.so
Binary file not shown.
Binary file added dartbrcode/libbrcode.dylib
Binary file not shown.
Binary file added dartbrcode/libbrcode.so
Binary file not shown.
Binary file added jvm-brcode/libbrcode.dylib
Binary file not shown.
Binary file added jvm-brcode/libbrcode.so
Binary file not shown.
Binary file modified libbrcode.dylib
Binary file not shown.
Binary file added libbrcode.so
Binary file not shown.

0 comments on commit 1800c82

Please sign in to comment.