Skip to content

Commit

Permalink
Bump 1.0.2 (#84)
Browse files Browse the repository at this point in the history
* Bump to 1.0.2

* Gemfile.lock

* Update dist

* Add npm publishing to README
  • Loading branch information
justinthec authored Jul 20, 2016
1 parent c52eb70 commit 3658447
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
twine-rails (1.0.1)
twine-rails (1.0.2)
coffee-rails
railties

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Where context expects a node and `$0` is shorthand for the current node in the d
## Releasing

1. Update version number in `package.json`, `bower.json`, and `lib/twine-rails/version.rb`
2. Run `bundle install` to update `Gemfile.lock`
3. Run make .all && make .uglify to update JS
2. Run `dev up` to update `Gemfile.lock`
3. Run `make .all && make .uglify` to update JS
4. Push the new tag to GitHub and the new version to rubygems with `bundle exec rake release`
5. Publish the new version to NPM with `npm publish`.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twine",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/Shopify/twine",
"authors": [
"Shopify Inc"
Expand Down
2 changes: 1 addition & 1 deletion dist/twine.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/twine-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TwineRails
VERSION = '1.0.1'
VERSION = '1.0.2'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twine",
"version": "1.0.1",
"version": "1.0.2",
"description": "A minimalistic 2-way binding system",
"main": "dist/twine.js",
"scripts": {
Expand Down

0 comments on commit 3658447

Please sign in to comment.