Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
v0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
awef committed Jan 19, 2012
1 parent 9e6ed2a commit 4f8ff62
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "read.crx 2",
"version" : "0.44",
"version" : "0.45",
"description" : "2chブラウザ",
"minimum_chrome_version" : "16",
"content_security_policy": "default-src 'self'; img-src 'self' http://* https://*; style-src 'self' 'unsafe-inline'; connect-src 'self' http://*; frame-src 'self' http://*",
Expand Down
2 changes: 1 addition & 1 deletion src/view/board.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_board(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/bookmark.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_bookmark(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/bookmark_source_selector.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_bookmark_source_selector(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/config.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_config(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/empty.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_empty(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/history.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_history(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/index.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_index(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/inputurl.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_inputurl(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/sidemenu.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_sidemenu(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/view/thread.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html.view.view_thread(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/write/write.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html(data-app-version="#{app_version}")
Expand Down
2 changes: 1 addition & 1 deletion src/zombie.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:ruby
app_version = "0.44"
app_version = "0.45"

!!! 5
%html(data-app-version="#{app_version}")
Expand Down

0 comments on commit 4f8ff62

Please sign in to comment.