Skip to content

Commit 507beee

Browse files
committed
Release 💎 0.4.0 !
1 parent c7d0817 commit 507beee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Idea files
2+
.idea/*
3+
14
# Mac files
25
.DS_Store
36

@@ -17,4 +20,4 @@ _development_tool
1720

1821
Gemfile.lock
1922
*.gem
20-
.DS_Store
23+
.DS_Store

type-on-strap.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "type-on-strap"
5-
spec.version = "0.3.0"
5+
spec.version = "0.4.0"
66
spec.authors = ["Sylhare","Rohan Chandra"]
77
88

0 commit comments

Comments
 (0)