Skip to content

Commit f88a143

Browse files
committed
v3.3.1-rc2 dist.
1 parent 582cc19 commit f88a143

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function(grunt) {
1010
' * Author: <%= pkg.author %>\n' +
1111
' * Created on: <%= grunt.template.today("mmmm dd,yyyy") %>\n' +
1212
' * Project: <%= pkg.name %>\n' +
13-
' * Copyright: Unlicense.\n' +
13+
' * Copyright: Unlicensed.\n' +
1414
' *******************************************************************************/\n',
1515
less: {
1616
rtl: {

dist/css/bootstrap-rtl.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-rtl.min.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "bootstrap-rtl",
33
"description": "Right-to-left (RTL) theme for Boostrap 3.x",
4-
"version": "3.3.1-rc1",
4+
"version": "3.3.1-rc2",
55
"style": "dist/css/bootstrap-rtl.css",
66
"homepage": "http://github.com/morteza/bootstrap-rtl",
7-
"author": "Morteza Ansarinia <ansarinia@me.com> (http://github.com/morteza)",
7+
"author": "Morteza Ansarinia (http://github.com/morteza)",
88
"keywords": [
99
"twitter",
1010
"bootstrap",
@@ -29,8 +29,7 @@
2929
"url": "https://github.com/morteza/bootstrap-rtl.git"
3030
},
3131
"bugs": {
32-
"url": "https://github.com/morteza/bootstrap-rtl/issues",
33-
"email": "ansarinia@me.com"
32+
"url": "https://github.com/morteza/bootstrap-rtl/issues"
3433
},
3534
"licenses": [{
3635
"type": "Unlicense"

0 commit comments

Comments
 (0)