Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 7dc445c

Browse files
committed
prepare for 1.0 release
1 parent 5724cd1 commit 7dc445c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
ChangeLog
33
=========
44

5-
Development 0.1.0
6-
------------------
5+
Version 1.0.0
6+
-------------
7+
8+
:tada: First official release to rubygems, thanks for all your pushes
9+
and fixes!
710

811
- Added simple_form compatible error styling [#72, #75]
912
- Enabled suffix text labels for input fields [#71,#74]

lib/mtl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mtl
2-
VERSION = '0.1.0'.freeze
2+
VERSION = '1.0.0'.freeze
33
MATERIALIZE_VERSION = '0.97.7'.freeze
44
ICONS_VERSION = '2.2.3'.freeze
55
LODASH_VERSION = '4.14.1'.freeze

0 commit comments

Comments
 (0)