Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mc51 committed May 13, 2021
1 parent d72a423 commit 5a8aa40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build/bundle/Info-clipster.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<key>CFBundleExecutable</key>
<string>clipster_mac</string>
<key>CFBundleGetInfoString</key>
<string>0.1.0 (C) 2021 MC51 https://github.com/mc51</string>
<string>0.1.2 (C) 2021 MC51 https://github.com/mc51</string>
<key>CFBundleIdentifier</key>
<string>org.data-dive.com</string>
<key>CFBundleIconFile</key>
<string>clipster.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2021 MC51, MIT License</string>
<key>LSMinimumSystemVersion</key>
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
github.com/spf13/viper v1.7.1
gitlab.com/stone.code/assert v1.1.0
golang.design/x/clipboard v0.4.4
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af h1:6yITBqGTE2lEeTPG0
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af/go.mod h1:4F09kP5F+am0jAwlQLddpoMDM+iewkxxt6nxUQ5nq5o=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
gitlab.com/stone.code/assert v1.1.0 h1:CmSm7IjeXMhSImXOGY9p+CWdT7QVG1FWWzYzxeBozO8=
gitlab.com/stone.code/assert v1.1.0/go.mod h1:vjH9OTT54rkMI9Idu4cluF4UiBLlX11MocvOlBj3YmQ=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
Expand Down

0 comments on commit 5a8aa40

Please sign in to comment.