Skip to content

Commit

Permalink
v3.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Aug 7, 2018
1 parent 9bd8753 commit a4c99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PluginSystem = {
type: 'func',
josi: [],
fn: function (sys) {
sys.__v0['ナデシコバージョン'] = '3.0.45'
sys.__v0['ナデシコバージョン'] = '3.0.46'
// システム関数を探す
sys.__getSysValue = function (name, def) {
if (sys.__v0[name] === undefined) return def
Expand Down

0 comments on commit a4c99af

Please sign in to comment.