Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Jul 31, 2020
1 parent f9f6a62 commit 46b3c7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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:
svelte-rails (0.3.3)
svelte-rails (0.3.4)
execjs
railties (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/svelte/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Svelte
module Rails
VERSION = '0.3.3'
VERSION = '0.3.4'
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte_ujs_ng",
"version": "0.3.3",
"version": "0.3.4",
"description": "Rails UJS for turbolinks and SSR of the svelte-rails gem",
"license": "MIT",
"author": "henning mueller <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Update versions in `package.json` and `lib/svelte/rails/version.rb`
* Run `bundle`
* Commit
* Tag
* `npm publish`
* `rake release`
* Create GitHub release

0 comments on commit 46b3c7e

Please sign in to comment.