Skip to content

Commit

Permalink
Merge pull request #14 from pablodz/dev
Browse files Browse the repository at this point in the history
upgrade version
  • Loading branch information
pablodz authored Feb 23, 2023
2 parents 727799c + 6ddca7e commit c3e2a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.3
v0.1.4
1 change: 0 additions & 1 deletion examples/lpcm2wav_lpcm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
)

func main() {

// generate sin wave in slice of bytes
data := []byte{}
for i := 0; i < 10000; i++ {
Expand Down

0 comments on commit c3e2a47

Please sign in to comment.