You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ To get started -- checkout http://twitter.github.com/bootstrap!
9
9
Versioning
10
10
----------
11
11
12
-
For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
12
+
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
13
13
14
14
Releases will be numbered with the follow format:
15
15
16
16
`<major>.<minor>.<patch>`
17
17
18
18
And constructed with the following guidelines:
19
19
20
-
* Breaking backwards compatibility bumps the major
21
-
* New additions without breaking backwards compatibility bumps the minor
20
+
* Breaking backward compatibility bumps the major
21
+
* New additions without breaking backward compatibility bumps the minor
22
22
* Bug fixes and misc changes bump the patch
23
23
24
24
For more information on SemVer, please visit http://semver.org/.
0 commit comments