Skip to content

Commit

Permalink
tag 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SixofClubsss committed Dec 23, 2023
1 parent 2664a03 commit 741bae6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This file lists the changes to Duels repo with each version.

## 0.1.0 - In Progress
## 0.1.0 - December 23 2023

Duels v0.1.0 is a showdown style game built on DERO, essentially over or under determined on chain

Expand Down
2 changes: 1 addition & 1 deletion duel/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

const app_tag = "Duels"

var version = semver.MustParse("0.1.0-dev")
var version = semver.MustParse("0.1.0")
var gnomon = gnomes.NewGnomes()

// Check duel package version
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
fyne.io/fyne/v2 v2.4.1
github.com/blang/semver/v4 v4.0.0
github.com/civilware/Gnomon v0.0.0-20231218151558-0ee387e75195
github.com/dReam-dApps/dReams v0.10.2-0.20231220222820-69dce37e647a
github.com/dReam-dApps/dReams v0.10.2-0.20231223102408-bb16636e1a47
github.com/deroproject/derohe v0.0.0-20230604143809-765b2db1f482
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creachadair/jrpc2 v0.43.0 h1:sgYSOoAWXZ5cx9pd2pYH8dkrjCNdDpFwhO4ucMeUz7U=
github.com/creachadair/jrpc2 v0.43.0/go.mod h1:oOdNFoMQQpSirGcSujG10NYl05K/IYrIUUNbh+/Xcd8=
github.com/dReam-dApps/dReams v0.10.2-0.20231220222820-69dce37e647a h1:Hill2UBswVJEt0NhKfUusVq5NCgJP7Y62NA8Wyuwh9w=
github.com/dReam-dApps/dReams v0.10.2-0.20231220222820-69dce37e647a/go.mod h1:QTk/vKSfw+SHP04CO7UOm3bSg2oG3KxWDOpP2OFydOs=
github.com/dReam-dApps/dReams v0.10.2-0.20231223102408-bb16636e1a47 h1:yErBioh77EwRBk8rkKiMrgrkeR6B9nfbrDMZaA2swnI=
github.com/dReam-dApps/dReams v0.10.2-0.20231223102408-bb16636e1a47/go.mod h1:itlsS0j0lKR7cAvG/poXBwNCdnxS/iwnllX0iyebUI4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 741bae6

Please sign in to comment.